From c30ce9a39e86abb1444e8979079e506d311a8813 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 20 Oct 2004 09:08:15 +0200 Subject: [PATCH] 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 --- gestion/gen_confs/wifi.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index 1f90bdbb..efed45d3 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -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