diff --git a/fedora-atomic.ks b/fedora-atomic.ks index c45846a..158e8a5 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -137,7 +137,4 @@ echo "Adding Developer Mode GRUB2 menu item." # https://bugs.launchpad.net/cloud-init/+bug/1670052 truncate -s 0 /etc/resolv.conf -# Disable rhgb/quiet: https://bugzilla.redhat.com/show_bug.cgi?id=510523 -sed -i 's/rhgb quiet//' /boot/grub2/grub.cfg - %end diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 45ecc4d..6d4f8c4 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -81,6 +81,9 @@ which #-kbd -uboot-tools -kernel +# No need for plymouth. Also means anaconda won't put rhgb/quiet +# on kernel command line +-plymouth %end @@ -259,8 +262,5 @@ touch /etc/machine-id # https://bugs.launchpad.net/cloud-init/+bug/1670052 truncate -s 0 /etc/resolv.conf -# Disable rhgb/quiet: https://bugzilla.redhat.com/show_bug.cgi?id=510523 -sed -i 's/rhgb quiet//' /boot/grub2/grub.cfg - %end