summaryrefslogtreecommitdiff
path: root/packages/slugos-init/files/boot/ram
diff options
context:
space:
mode:
Diffstat (limited to 'packages/slugos-init/files/boot/ram')
-rwxr-xr-xpackages/slugos-init/files/boot/ram5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/slugos-init/files/boot/ram b/packages/slugos-init/files/boot/ram
index 66d46a7089..42ff8329f9 100755
--- a/packages/slugos-init/files/boot/ram
+++ b/packages/slugos-init/files/boot/ram
@@ -3,14 +3,15 @@
# must be given) using options from the rest of
# the command line.
#
-/sbin/leds -A '!gr'
-#
# Use the standard init path (see /etc/init.d/rcS)
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
#
# Load the helper functions
. /etc/default/functions
#
+leds beep double
+leds boot system
+#
if test -n "$1"
then
device="$1"