mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-26 14:35:19 +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 a59dfe5f4060ebed2d1a0896257963172073e5ef)
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…
x
Reference in New Issue
Block a user