From 45ea7a94e3ec6d0ad2f94f5c08fa1a705fe89be6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Feb 2015 11:40:57 +0100 Subject: dracut/services: do not enable agetty on serial by default. --- dracut/services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dracut') diff --git a/dracut/services.sh b/dracut/services.sh index bf6c55c..f0f1eef 100644 --- a/dracut/services.sh +++ b/dracut/services.sh @@ -22,7 +22,7 @@ done for f in $SERVICEDIR/*; do _service=${f##*/} case "${_service}" in - agetty-console|agetty-generic|agetty-serial|sulogin|dhcpcd-*|iptables|ip6tables) ;; # ignored + agetty-console|agetty-generic|agetty-serial|agetty-tty[SAU]*|sulogin|dhcpcd-*|iptables|ip6tables) ;; # ignored dhcpcd) [ -n "$dhcpcd" ] && ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;; *) ln -sf ${f##$NEWROOT} $NEWROOT/etc/runit/runsvdir/default/;; esac -- cgit 1.4.1