mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 15:40:12 +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
This commit is contained in:
parent
4948e8c002
commit
a59dfe5f40
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user