From 4de16cb099040be7f2caf57b7f495e654b2166ad Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 08 Aug 2012 20:08:34 +0000 Subject: base: add plymouth.ignore-serial-consoles plymouthd parameter (#12042) --- diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc index f12db61..2a2d4b2 100644 --- a/modules/base/kspost.10.core.inc +++ b/modules/base/kspost.10.core.inc @@ -222,9 +222,9 @@ ln -s /dev/null /etc/systemd/system/plymouth-start.service # apply some special settings in the other plymouth service files until # we have a better solution. # https://bugs.freedesktop.org/show_bug.cgi?id=22239 -sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line=rhgb/g' /lib/systemd/system/plymouth-poweroff.service -sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line=rhgb/g' /lib/systemd/system/plymouth-halt.service -sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line=rhgb/g' /lib/systemd/system/plymouth-reboot.service +sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line="rhgb plymouth.ignore-serial-consoles"/g' /lib/systemd/system/plymouth-poweroff.service +sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line="rhgb plymouth.ignore-serial-consoles"/g' /lib/systemd/system/plymouth-halt.service +sed -i -e 's/plymouthd --mode=shutdown/plymouthd --mode=shutdown --kernel-command-line="rhgb plymouth.ignore-serial-consoles"/g' /lib/systemd/system/plymouth-reboot.service # remove the boot-duration file since it gets changed during boot (#11862) rm -f /var/lib/plymouth/boot-duration -- cgit v0.9.1