updates
This commit is contained in:
parent
af6b9b3aa4
commit
47259b553d
1 changed files with 17 additions and 17 deletions
26
README.md
26
README.md
|
@ -38,30 +38,30 @@ In PVE host:
|
|||
|
||||
|
||||
In Host node shell:
|
||||
Code:
|
||||
|
||||
```
|
||||
qm importdisk 200 debian-13-genericcloud-amd64-shrink.qcow2 Storage --format qcow2 #change 200 to the actual {vmid} you used above & required Storage location, I used 'Storage'
|
||||
```
|
||||
|
||||
|
||||
In GUI of VM 200 (or your {vmid} as above):
|
||||
|
||||
Remove the CD/DVD drive # I don't need one
|
||||
Add unused disk as scsi0, ssd on discard on default nocache #my choices, adjust accordingly
|
||||
Add cloud-init drive as ide0
|
||||
In cloud-init set User as root & password, set IPV4 as dhcp #my choices, adjust accordingly
|
||||
In VM Options set boot order scsi0 as first & only boot device
|
||||
Convert VM 200 (or your {vmid} as above) to Template
|
||||
* Remove the CD/DVD drive # I don't need one
|
||||
* Add unused disk as scsi0, ssd on discard on default nocache #my choices, adjust accordingly
|
||||
* Add cloud-init drive as ide0
|
||||
* In cloud-init set User as root & password, set IPV4 as dhcp #my choices, adjust accordingly
|
||||
* In VM Options set boot order scsi0 as first & only boot device
|
||||
* Convert VM 200 (or your {vmid} as above) to Template
|
||||
|
||||
|
||||
Done! #I make a backup of this VM template once done.
|
||||
|
||||
Testing:
|
||||
|
||||
Create a Full clone
|
||||
Set Cloud-Init settings of the clone as required & regenerate Cloud-Init image
|
||||
Start cloned VM (This will fully setup the VM & should fully Update & Upgrade it)
|
||||
Shutdown
|
||||
In GUI; Remove Cloud-Init drive from Hardware
|
||||
* Create a Full clone
|
||||
* Set Cloud-Init settings of the clone as required & regenerate Cloud-Init image
|
||||
* Start cloned VM (This will fully setup the VM & should fully Update & Upgrade it)
|
||||
* Shutdown
|
||||
* In GUI; Remove Cloud-Init drive from Hardware
|
||||
|
||||
Done!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue