1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

OCPBUGS#7659: Change the parameter from --qemu-commandline to --disk

This commit is contained in:
Servesha Dudhgaonkar
2023-02-17 15:38:56 +05:30
committed by openshift-cherrypick-robot
parent 766ce1a494
commit fee42e985c

View File

@@ -54,6 +54,5 @@ $ virt-install --noautoconsole \
--disk {disk} \
--import \
--network network={network},mac={mac} \
--qemu-commandline="-drive \
if=none,id=ignition,format=raw,file={ign_file},readonly=on -device virtio-blk,serial=ignition,drive=ignition"
--disk path={ign_file},format=raw,readonly=on,serial=ignition,startup_policy=optional
----