dracut/service: do not enable agetty-generic; misc tweaks.
This commit is contained in:
parent
8f2cc01d18
commit
bfd7188589
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
||||||
|
|
||||||
SERVICEDIR=$NEWROOT/etc/sv/
|
SERVICEDIR=$NEWROOT/etc/sv
|
||||||
SERVICES="$(getarg live.services)"
|
SERVICES="$(getarg live.services)"
|
||||||
|
|
||||||
for f in ${SERVICES}; do
|
for f in ${SERVICES}; do
|
||||||
ln -s /etc/sv/$f $NEWROOT/etc/runit/runsvdir/default/
|
ln -sf /etc/sv/$f $NEWROOT/etc/runit/runsvdir/default/
|
||||||
done
|
done
|
||||||
|
|
||||||
dhcpcd=1
|
dhcpcd=1
|
||||||
@ -22,7 +22,7 @@ done
|
|||||||
for f in $SERVICEDIR/*; do
|
for f in $SERVICEDIR/*; do
|
||||||
_service=${f##*/}
|
_service=${f##*/}
|
||||||
case "${_service}" in
|
case "${_service}" in
|
||||||
agetty-console|sulogin|dhcpcd-*|iptables|ip6tables) ;; # ignored
|
agetty-console|agetty-generic|sulogin|dhcpcd-*|iptables|ip6tables) ;; # ignored
|
||||||
dhcpcd) [ -n "$dhcpcd" ] && ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;;
|
dhcpcd) [ -n "$dhcpcd" ] && ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;;
|
||||||
*) ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;;
|
*) ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user