]> git.proxmox.com Git - pve-docs.git/commitdiff
cloud init: use 'order' variant for 'boot' property
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 29 Sep 2022 07:52:22 +0000 (09:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 19:37:07 +0000 (20:37 +0100)
instead of the legacy 'boot: c'+bootdisk combination.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
qm-cloud-init.adoc

index 8363f10f2d3defb57ecbc65458ad99f7fe41081d..25cd7006b2fe2b160a99ba6c02e8fb55aa572ca2 100644 (file)
@@ -86,13 +86,12 @@ the Cloud-Init data to the VM.
 qm set 9000 --ide2 local-lvm:cloudinit
 ----
 
-To be able to boot directly from the Cloud-Init image, set the
-`bootdisk` parameter to `scsi0`, and restrict BIOS to boot from disk
-only. This will speed up booting, because VM BIOS skips the testing for
-a bootable CD-ROM.
+To be able to boot directly from the Cloud-Init image, set the `boot` parameter
+to `order=scsi0` to restrict BIOS to boot from this disk only. This will speed
+up booting, because VM BIOS skips the testing for a bootable CD-ROM.
 
 ----
-qm set 9000 --boot c --bootdisk scsi0
+qm set 9000 --boot order=scsi0
 ----
 
 For many Cloud-Init images, it is required to configure a serial console and use