alpine-zdt-images/configs/bootstrap/cloudinit.conf
Jake Buchholz Göktürk c9665f68dc Add "cloudinit" to Bootstrap Dimension
* cloudinit bootstrap is functional now
* remove cloudinit from testing overlay
* add e2fsprogs to all images

Resolves #100
2022-02-24 20:10:24 -08:00

11 lines
231 B
Plaintext

# vim: ts=2 et:
name = [cloudinit]
packages {
cloud-init = true
openssh-server-pam = true
e2fsprogs-extra = true # for resize2fs
}
services.default.cloud-init-hotplugd = true
scripts = [ setup-cloudinit ]