Use SATA as bus type for mounted ISO files

This commit is contained in:
Pierre HUBERT 2023-12-11 12:43:59 +01:00
parent 82447a0018
commit ce98abb757

View File

@ -160,7 +160,7 @@ impl VMInfo {
"hd{}", "hd{}",
["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l"][disks.len()] ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l"][disks.len()]
), ),
bus: "usb".to_string(), bus: "sata".to_string(),
}, },
readonly: Some(DiskReadOnlyXML {}), readonly: Some(DiskReadOnlyXML {}),
boot: DiskBootXML { boot: DiskBootXML {