--- target/default/target_skeleton/etc/preinit 5 May 2005 12:01:56 -0000 1.11 +++ target/default/target_skeleton/etc/preinit 23 Jun 2005 11:56:17 -0000 @@ -1,4 +1,11 @@ #!/bin/sh + +# force boot_wait to on as early as possible +[ "$(/usr/sbin/nvram get boot_wait)" != "on" ] && { + /usr/sbin/nvram set boot_wait=on + /usr/sbin/nvram commit +} + mount none /proc -t proc insmod diag echo 0x01 > /proc/sys/diag