atomic, cloud: disable rhgb/quiet on boot

We want more verbose output on boot.

See https://bugzilla.redhat.com/show_bug.cgi?id=510523

(cherry picked from commit a59dfe5f40)
This commit is contained in:
Dusty Mabe 2017-05-01 13:22:39 -04:00
parent d38606ec42
commit 7243faa567
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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