mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 03:24:21 +00:00
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:
parent
d38606ec42
commit
7243faa567
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user