autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit f0d24120581a80dc6e38c52bf757a517b1d8a07c
parent d158e43e29e294d219bdc17fb87e01376fa6c266
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date:   Thu, 14 Nov 2019 15:34:21 +0100

fixed source path for busybox run scripts

Diffstat:
Metc/runit/2 | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/etc/runit/2 b/etc/runit/2 @@ -10,15 +10,14 @@ for i in $(busybox ip -o link | cut -f2 -d: | grep -v '\<lo\>') do mkdir $SVDIR/$i/log -p ln -s /etc/runit/log.run $SVDIR/$i/log/run - ln -s /etc/busybox/dhcpc.run $SVDIR/$i/run + ln -s /etc/busybox/run/dhcpc.run $SVDIR/$i/run done for i in $(seq 1 6) do mkdir $SVDIR/tty$i -p - ln -s /etc/busybox/getty.run $SVDIR/tty$i/run + ln -s /etc/busybox/run/getty.run $SVDIR/tty$i/run done -#find /etc/service/ -type l -execdir cp -r -L -t $SVDIR {} \+ # This script is also invoked in runit-systemd and runit-sysv packages. # We must start sulogin and sysv scripts only if `runit' is current init