diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-30 00:16:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-30 00:16:23 +0000 |
commit | ea748f84046d22252abe8a5a6d160a73bcb2e92f (patch) | |
tree | f07ff4a84b1530dd7cafc12f98f6ff6885108045 /packages/slugos-init/files/boot/nfs | |
parent | ad744e7896ccb0b83a8ff0ca30dc4ef7a776e105 (diff) |
slugos-init: update to use 'beep' in 0.10
- boot scripts now use the new beep arguments
Diffstat (limited to 'packages/slugos-init/files/boot/nfs')
-rw-r--r-- | packages/slugos-init/files/boot/nfs | 6 |
1 files changed, 4 insertions, 2 deletions
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 |