atomic, cloud: disable rhgb/quiet on boot

We want more verbose output on boot.

See https://bugzilla.redhat.com/show_bug.cgi?id=510523
This commit is contained in:
Dusty Mabe 2017-05-01 13:22:39 -04:00
parent 4948e8c002
commit a59dfe5f40
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 6 additions and 0 deletions

View File

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

View File

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