From 1c6321d1da4ff4c274803221eb0c2c217c0892ef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Apr 2015 17:17:48 +0200 Subject: dracut/services: do not enable the pulseaudio service. --- 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 c5276b6..d761416 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|agetty-tty[SAU]*|sulogin|dhcpcd-*|iptables|ip6tables|wpa_supplicant) ;; # ignored + agetty-console|agetty-generic|agetty-serial|agetty-tty[SAU]*|sulogin|dhcpcd-*|iptables|ip6tables|wpa_supplicant|pulseaudio) ;; # 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