]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/openslug-init/openslug-init-0.10/boot/flash
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / openslug-init / openslug-init-0.10 / boot / flash
1 #!/bin/sh
2 # boot from the current (flash) root partition
3 # nothing need be done, make the power led flash
4 # amber to indicate runlevel S
5 /sbin/leds -A '!gr'
6 exec /sbin/init
7 # fallback if /sbin/init has been deleted (bad!)
8 # flashing amber/red - failed early boot
9 # disk lights flashing: failed in flash boot!
10 /sbin/leds +A '!g12'
11 exec <>/dev/console >&0 2>&0
12 exec /sbin/sulogin
13 exec /bin/sh
14 exit 1