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:
parent
6aab8a4e65
commit
c30ce9a39e
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue