summaryrefslogtreecommitdiff
path: root/packages/openprotium-init/files/boot/flash
diff options
context:
space:
mode:
Diffstat (limited to 'packages/openprotium-init/files/boot/flash')
-rw-r--r--packages/openprotium-init/files/boot/flash13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/openprotium-init/files/boot/flash b/packages/openprotium-init/files/boot/flash
deleted file mode 100644
index 40f64c9701..0000000000
--- a/packages/openprotium-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