Add osinfo attribute to virt-install

This commit is contained in:
Arif Ali 2024-09-25 08:55:48 +01:00
parent 91e774940a
commit 6fdcc32eb0
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -451,6 +451,7 @@ build_vms() {
--graphics spice,clipboard_copypaste=no,mouse_mode=client,filetransfer_enable=off \
--cpu host-passthrough,cache.mode=passthrough \
--controller "$stg_bus",model=virtio-scsi,index=0 \
--osinfo detect=on,require=off \
$extra_args $disk_spec \
$network_spec > "$virt_node.xml" &&