[pve-devel] [PATCH docs 1/2] vm: import: avoid using deprecated bootdisk option

Fabian Ebner f.ebner at proxmox.com
Tue Jun 14 14:48:24 CEST 2022


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
 qm.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qm.adoc b/qm.adoc
index e666d7d..ba0ca20 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -1381,7 +1381,7 @@ You can now create a new target VM for this image.
 
 ----
 # qm create 600 --net0 virtio,bridge=vmbr0 --name vm600 --serial0 socket \
-   --bootdisk scsi0 --scsihw virtio-scsi-pci --ostype l26
+   --boot order=scsi0 --scsihw virtio-scsi-pci --ostype l26
 ----
 
 Add the disk image as +unused0+ to the VM, using the storage +pvedir+:
-- 
2.30.2






More information about the pve-devel mailing list