We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4cf4e commit 7886b88Copy full SHA for 7886b88
gen_cloud_template.sh
@@ -20,6 +20,7 @@ DEB_BASE_PACKAGES="cloud-init cloud-initramfs-growroot cloud-guest-utils openssh
20
REDHAT_BASE_PACKAGES="openssh-server cloud-init"
21
REDHAT_BASE_GROUPS="Base"
22
BASE_SYSTEM_SERVICES="sshd cloud-init-local cloud-init-main cloud-config cloud-final"
23
+BASE_SYSTEM_SERVICES_ARCH="sshd cloud-init-local cloud-init-main cloud-config cloud-final"
24
BASE_INITRAMDISK_MODULES="virtio virtio_pci virtio_blk virtio_net virtio_ring"
25
SCRIPT_BASE_DIR="/usr/share/disk-image-scripts"
26
PACKAGE_LIST_FILE="addedpacks"
0 commit comments