We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 425f65c + 5a8063b commit ed4cf4eCopy full SHA for ed4cf4e
gen_cloud_template.sh
@@ -19,7 +19,7 @@ DEB_BASE_PACKAGES="cloud-init cloud-initramfs-growroot cloud-guest-utils openssh
19
# redhat is wierd. groups and packages are installed seperately
20
REDHAT_BASE_PACKAGES="openssh-server cloud-init"
21
REDHAT_BASE_GROUPS="Base"
22
-BASE_SYSTEM_SERVICES="sshd cloud-init-local cloud-init cloud-config cloud-final"
+BASE_SYSTEM_SERVICES="sshd cloud-init-local cloud-init-main cloud-config cloud-final"
23
BASE_INITRAMDISK_MODULES="virtio virtio_pci virtio_blk virtio_net virtio_ring"
24
SCRIPT_BASE_DIR="/usr/share/disk-image-scripts"
25
PACKAGE_LIST_FILE="addedpacks"
0 commit comments