From ea748f84046d22252abe8a5a6d160a73bcb2e92f Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 30 Jan 2006 00:16:23 +0000 Subject: slugos-init: update to use 'beep' in 0.10 - boot scripts now use the new beep arguments --- packages/slugos-init/files/boot/nfs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/slugos-init/files/boot/nfs') diff --git a/packages/slugos-init/files/boot/nfs b/packages/slugos-init/files/boot/nfs index 5f1cbbe323..856f4e56b9 100644 --- a/packages/slugos-init/files/boot/nfs +++ b/packages/slugos-init/files/boot/nfs @@ -3,11 +3,12 @@ # must be given) using options from the rest of # the command line. # +# Use the standard init path (see /etc/init.d/rcS) +export PATH=/sbin:/bin:/usr/sbin:/usr/bin +# . /etc/default/functions leds boot system # -# Use the standard init path (see /etc/init.d/rcS) -export PATH=/sbin:/bin:/usr/sbin:/usr/bin if /boot/network then # network is up and running, the NFS mount will @@ -15,4 +16,5 @@ then exec /boot/disk "$@" fi # fallback - use the flash boot +leds beep -f 1000 -r 2 exec /boot/flash -- cgit v1.2.3