alpine-zdt-images/configs/bootstrap/cloudinit.conf
Stefan Reimer 62eab74e55 Squashed 'alpine-cloud-images/' changes from 42eed74..eaf401c
eaf401c Fix CloudInit Boot Times
d40b373 Add Alpine 3.17, Remove Alpine 3.13

git-subtree-dir: alpine-cloud-images
git-subtree-split: eaf401c7e8cea77685cde95411139b997a9d501c
2022-11-13 14:32:40 +01:00

18 lines
446 B
Plaintext

# vim: ts=2 et:
name = [cloudinit]
bootstrap_name = cloud-init
bootstrap_url = "https://cloud-init.io"
# start cloudinit images with 3.15
EXCLUDE = ["3.12", "3.13", "3.14"]
packages {
cloud-init = true
dhclient = true # offically supported, for now
openssh-server-pam = true
e2fsprogs-extra = true # for resize2fs
}
services.default.cloud-init-hotplugd = true
scripts = [ setup-cloudinit ]