2 mount none
/proc
-t proc
4 echo 0x01 > /proc
/sys
/diag
6 if [ $
(cat /proc
/sys
/reset) = 1 ] ||
[ "$(/usr/sbin/nvram get failsafe)" = 1 ]; then
8 [ "$(/usr/sbin/nvram get boot_wait)" != "on" ] && {
9 /usr
/sbin
/nvram
set boot_wait
=on
10 /usr
/sbin
/nvram commit
12 while :; do { echo $
(((X
=(X
+1)%8)%2)) > /proc
/sys
/diag
; sleep $
((X
==0)); } done &
15 /sbin
/mount_root
${FAILSAFE:+failsafe}
This page took 0.045741 seconds and 5 git commands to generate.