diff --git a/fedora-atomic.ks b/fedora-atomic.ks index f63843e..3b61d54 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -140,4 +140,7 @@ 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 af78d01..963fef6 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -260,5 +260,8 @@ 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