diff options
Diffstat (limited to 'packages/foonas-init/files/boot/flash')
-rw-r--r-- | packages/foonas-init/files/boot/flash | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/foonas-init/files/boot/flash b/packages/foonas-init/files/boot/flash deleted file mode 100644 index 40f64c9701..0000000000 --- a/packages/foonas-init/files/boot/flash +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# boot from the current (flash) root partition -# nothing need be done apart from setting the -# system LED status correctly -. /etc/default/functions -scc -l redflash -f auto -test -x /sbin/init && exec /sbin/init -# fallback if /sbin/init has been deleted (bad!) -scc -l red -exec <>/dev/console >&0 2>&0 -test -x /sbin/sulogin && exec /sbin/sulogin -test -x /bin/sh && exec /bin/sh -exit 1 |