diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/busybox/build | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/busybox/build b/core/busybox/build index df00282d..28320a46 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -42,11 +42,7 @@ done chmod u+s "$1/usr/bin/busybox-suid" # Install runit and sysmgr services. -for service in crond.run mdev.run ntpd.run syslogd.run acpid.run ; do - kinstall 755 "$service" "$1/etc/sv/${service%.*}/run" - kinstall 755 "$service" "$1/etc/sysmgr/${service%.*}" - ln -s /run/runit/supervise.${service%.*} "$1/etc/sv/${service%.*}/supervise" -done +DESTDIR=$1 install-sv crond.run mdev.run ntpd.run syslogd.run acpid.run # Install configurations for ntp, init, and mdev. kinstall 644 ntp.conf "$1/etc/ntp.conf" |