@@ -16,7 +16,7 @@ Blog post: [Golden Images and Proxmox Templates with cloud-init]
1616 - For systems using ZFS storage, a script with ` local-zfs ` defaults is available: [ ` build-template ` (ZFS)] ( /scripts-zfs/build-template ) .
1717- [ ` image-update ` ] ( /scripts/image-update ) : Check for an updated image and
1818 download the latest or missing image.
19- - Works with ` centos ` , ` debian ` , ` fedora ` and ` ubuntu ` cloud images.
19+ - Works with ` alma ` , ` centos ` , ` debian ` , ` fedora ` and ` ubuntu ` cloud images.
2020 - ** Requires** ` curl `
2121 - ** Note** : This script will change the file extension to ` *.img ` for visibility in the Proxmox GUI, ` qm disk import `
2222 will automatically convert disk image.
@@ -264,9 +264,15 @@ build-template -i 9000 -n ubuntu24 --img /var/lib/vz/template/iso/ubuntu-24.04-s
264264| ` --scsihw` | Specify the VM storage controller | ` virtio-scsi-pci` | No |
265265| ` --vendor-file` | Specify the cloud-init vendor file | ` vendor-data.yaml` | No |
266266
267- # # Maintainers & License
267+ # # Contributors
268268
269- Taylor Fore (< https://github.com/trfore> )
269+ - [trfore](https://github.com/trfore) - original author and maintainer
270+
271+ Special thanks to all those who have [contributed to the project](https://github.com/trfore/proxmox-template-scripts/graphs/contributors)!
272+
273+ Interested in adding a distro or fixing a bug? Feel free to create an issue or pull request!
274+
275+ # # License
270276
271277See [LICENSE](LICENSE) File
272278
@@ -279,6 +285,9 @@ Blog Post:
279285Linux Cloud Images:
280286
281287- [OpenStack: Cloud Images], collection of image links.
288+ - [Alma Cloud Images]
289+ - Default User: ` `
290+ - Uses: ` AlmaLinux-X-GenericCloud-latest.x86_64.qcow2`
282291- [CentOS Cloud Images]
283292 - Default User: ` centos`
284293 - Uses: ` CentOS-Stream-GenericCloud-X-latest.x86_64.qcow2`
@@ -297,6 +306,7 @@ Proxmox:
297306- [Proxmox]
298307- [Proxmox templates]
299308
309+ [Alma Cloud Images]: https://almalinux.org/get-almalinux/# Cloud_Images
300310[CentOS Cloud Images]: https://cloud.centos.org/
301311[Debian Cloud Images]: https://cloud.debian.org/images/cloud/
302312[Fedora Cloud Images]: https://fedoraproject.org/cloud/download
0 commit comments