diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -43,9 +43,10 @@ basefiles.buildstamp: 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 && \ - ln -s ../init.d/syslog etc/rc.d/S05syslog && \ - ln -s ../init.d/telnetd etc/rc.d/S06telnetd + ln -s ../init.d/hostname etc/rc.d/S04hostname && \ + ln -s ../init.d/networking etc/rc.d/S05networking && \ + ln -s ../init.d/syslog etc/rc.d/S06syslog && \ + ln -s ../init.d/telnetd etc/rc.d/S07telnetd cd dest/etc/network && \ mkdir if-down.d if-post-down.d if-pre-up.d if-up.d oh-installfiles $(PKGS) |