forked from srbala/fedora-kickstarts
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
|
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
||||||
truncate -s 0 /etc/resolv.conf
|
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
|
%end
|
||||||
|
@ -258,5 +258,8 @@ touch /etc/machine-id
|
|||||||
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
||||||
truncate -s 0 /etc/resolv.conf
|
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
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user