summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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)