An open API service indexing awesome lists of open source software.

https://github.com/znerol/qm-build-debian-template

Build a Debian image from scratch and generate a Proxmox VM template.
https://github.com/znerol/qm-build-debian-template

proxmox proxmox-ve

Last synced: 3 months ago
JSON representation

Build a Debian image from scratch and generate a Proxmox VM template.

Awesome Lists containing this project

README

          

# Debian VM template generator for Proxmox VE

## Examples

```
qm-build-debian-template --release buster \
--vmname buster-test \
--vmid 9001 \
--vmstorage local-lvm \
--debootstrap-url http://deb.debian.org/debian \
--sources.list-mirror http://deb.debian.org/debian \
--extra-packages qemu-guest-agent,bash-completion \
--login bob
```

## See also

* [man build-openstack-debian-image](http://manpages.ubuntu.com/manpages/xenial/man1/build-openstack-debian-image.1.html)
* [PVE Admin Guide / Cloud Init](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_cloud_init)

## License

Released under the [MIT License](https://opensource.org/licenses/MIT)