forked from srbala/fedora-kickstarts
commit
e085680036
@ -11,8 +11,11 @@
|
||||
# https://cloud.google.com/compute/docs/import/import-existing-image
|
||||
bootloader --timeout=0 --append="no_timer_check net.ifnames=0 console=ttyS0,38400n8d"
|
||||
|
||||
#%packages
|
||||
#%end
|
||||
%packages
|
||||
# Fedora Cloud Base includes the qemu guest agent. GCP prefers
|
||||
# that it not be installed https://pagure.io/cloud-sig/issue/319
|
||||
-qemu-guest-agent
|
||||
%end
|
||||
|
||||
%post --erroronfail
|
||||
cat <<EOF > /etc/NetworkManager/conf.d/gcp-mtu.conf
|
||||
|
@ -67,6 +67,12 @@ kernel-core
|
||||
# rhgb/quiet on kernel command line
|
||||
-plymouth
|
||||
|
||||
# Install qemu-guest-agent https://pagure.io/cloud-sig/issue/319 To
|
||||
# improve the integration with OpenStack and other VM management
|
||||
# systems (oVirt, KubeVirt).
|
||||
qemu-guest-agent
|
||||
|
||||
|
||||
# No need for firewalld for now. We don't have a firewall on by default.
|
||||
-firewalld
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user