From 95d115146b1b1f11213a577107971c173f53924c Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Tue, 14 Jun 2022 14:48:24 +0200 Subject: [PATCH] vm: import: avoid using deprecated bootdisk option Signed-off-by: Fabian Ebner --- 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.39.2