Use SATA as bus type for mounted ISO files
This commit is contained in:
		@@ -160,7 +160,7 @@ impl VMInfo {
 | 
			
		||||
                        "hd{}",
 | 
			
		||||
                        ["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 {}),
 | 
			
		||||
                boot: DiskBootXML {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user