On dsactive boot_wait vu que le premier boot a russi (cela pouvait

tre le problme de heimdall qu'il faudra reflasher)

darcs-hash:20041020070815-d1718-3bca44d9e4eeb39250fc96fe844e4d5796ac3088.gz
This commit is contained in:
bernat 2004-10-20 09:08:15 +02:00
parent 6aab8a4e65
commit c30ce9a39e

View file

@ -229,6 +229,16 @@ if [ "$(nvram get cron_enable)" != "0" ]; then
fi
echo " ok"
echo -n Désactivation de boot wait...
if [ "$(nvram get boot_wait)" = "on" ]; then
nvram set boot_wait=off
if [ $change -eq 0 ]; then
# Sinon, on rebootera par la suite
nvram commit
fi
fi
echo " ok"
echo -n Commit des changements...
if [ $change -eq 1 ]; then
nvram commit