Enlevé variable SSID redondante pour wpa (le SSID est le nom du fichier)
[hvlinux.git] / stage2 / hv-install-2
index 857afa3..918bc76 100755 (executable)
@@ -48,6 +48,7 @@ if [ -n "${WIFI_SUPPORT}" ]; then
 fi
 
 ipkg ${NANO}
+ipkg -m noac ${ACPID}
 
 rscr once "Installing HV-utilities" install-hv-utilities
 rscr once "Installing bootscripts"  install-bootscripts
@@ -68,4 +69,6 @@ echo "Stage2 successfully completed."
 echo "You must now compile a new kernel (go to /usr/src/linux)."
 echo "After that, you can reboot and try your new system."
 
+write_completed_stage
+
 exec /bin/bash --login