summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-26 20:20:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-26 20:20:19 (EDT)
commite4199494aeda5760d823e2e73ae7f6527b902096 (patch)
treefa6c5130f1aefb8af3d35df2c7d60b00c093ac03 /build
parentf91e916cf044cb1d9512bf70dfa52b13145af666 (diff)
Write "networking", "mdev", and "sysfs" services.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index c93e72d..177e6c0 100755
--- a/build
+++ b/build
@@ -37,7 +37,10 @@ basefiles.buildstamp:
mkdir etc/rc.d && \
ln -s rc etc/init.d/rcS && \
ln -s rc etc/init.d/rcK && \
- ln -s ../init.d/mountall etc/rc.d/S01mountall
+ ln -s ../init.d/sysfs etc/rc.d/S01sysfs && \
+ ln -s ../init.d/mdev etc/rc.d/S02mdev && \
+ ln -s ../init.d/mountall etc/rc.d/S03mountall && \
+ ln -s ../init.d/networking etc/rc.d/S04networking
oh-installfiles $(PKGS)
oh-installdocs basefiles
oh-gencontrol $(PKGS)