From a59dfe5f4060ebed2d1a0896257963172073e5ef Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: May 08 2017 15:35:19 +0000 Subject: atomic, cloud: disable rhgb/quiet on boot We want more verbose output on boot. See https://bugzilla.redhat.com/show_bug.cgi?id=510523 --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index e71298c..06710d1 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -137,4 +137,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 637a7f2..f29bf44 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -258,5 +258,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