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.
- Host: GitHub
- URL: https://github.com/znerol/qm-build-debian-template
- Owner: znerol
- License: mit
- Created: 2018-09-27T09:47:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T11:53:37.000Z (11 months ago)
- Last Synced: 2025-08-14T13:26:50.814Z (11 months ago)
- Topics: proxmox, proxmox-ve
- Language: Shell
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)