Use SATA as bus type for mounted ISO files
This commit is contained in:
parent
82447a0018
commit
ce98abb757
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user