Skip to content

Commit b6c16ef

Browse files
Add note pointing to cloud-init images to _posts/2020-11-28-first-11-things-proxmox.md (#161)
The documentation at https://pve.proxmox.com/pve-docs/chapter-qm.html gives a really nice and easy-to-follow guide on how to set up templates with cloud-init support that do all the steps described here on their own. Debian and Ubuntu offer their official images under https://cloud.debian.org/images/cloud/ and https://cloud-images.ubuntu.com/. I don't know if this guide would be the right place for it, but resizing a vm's hard disk is as easy as ```bash qm resize 123 scsi0 +10G ``` where `123` is the vm's id, and `+10G` the amount the disk should be increased by (both Debian and Ubuntu's default disk size is 2 gb, so not a lot 😅 ) Hope this helps! Co-authored-by: Techno Tim <[email protected]>
1 parent 740cf24 commit b6c16ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ iface vmbr0 inet static
165165

166166
These are the commands I run after cloning a Linux machine so that it resets all information for the machine it was cloned from.
167167

168+
(Note: If you use cloud-init-aware OS images as described under *Cloud-Init Support* on https://pve.proxmox.com/pve-docs/chapter-qm.html, these steps won't be necessary!)
169+
168170
change hostname
169171

170172
```bash

0 commit comments

Comments
 (0)