summaryrefslogtreecommitdiff
path: root/packages/slugos-init/files/boot/nfs
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-29 10:33:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-29 10:33:38 +0000
commitce73cafcd4cf4fe1e637d9636780c3d3609998ca (patch)
treefefde623452feb70d8e01ec23f1c92bd510247bd /packages/slugos-init/files/boot/nfs
parent726cd5cea1eff14184731f709a5409da494f9dc3 (diff)
slugos-init: update for new LEDs, turnup save/restore suppport in 0.10
- /sbin/leds is now a script which uses /sys/class/leds All scripts are not in /sbin /sbin/sysconf does SysConf reading and now implements save/restore of the system configuration. turnup, reflash and sysconfsetup use /sbin/sysconf as appropriate Unused files removed
Diffstat (limited to 'packages/slugos-init/files/boot/nfs')
-rwxr-xr-xpackages/slugos-init/files/boot/nfs3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/slugos-init/files/boot/nfs b/packages/slugos-init/files/boot/nfs
index 534d8b7cb0..5f1cbbe323 100755
--- a/packages/slugos-init/files/boot/nfs
+++ b/packages/slugos-init/files/boot/nfs
@@ -3,7 +3,8 @@
# must be given) using options from the rest of
# the command line.
#
-/sbin/leds -A '!gr'
+. /etc/default/functions
+leds boot system
#
# Use the standard init path (see /etc/init.d/rcS)
export PATH=/sbin:/bin:/usr/sbin:/usr/bin