dracut/services: do not enable agetty-serial.
This commit is contained in:
parent
7dff7059c0
commit
289136e02e
@ -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|agetty-generic|sulogin|dhcpcd-*|iptables|ip6tables) ;; # ignored
|
agetty-console|agetty-generic|agetty-serial|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