mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 03:40:16 +00:00 
			
		
		
		
	Fixed qemu argument typo and also correct use of raw disk
Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
This commit is contained in:
		| @@ -90,7 +90,7 @@ func runQemu(args []string) { | |||||||
| 		} else { | 		} else { | ||||||
| 			log.Infof("Using existing disk [%s]", *qemuDiskPath) | 			log.Infof("Using existing disk [%s]", *qemuDiskPath) | ||||||
| 		} | 		} | ||||||
| 		qemuArgs = append(qemuArgs, "-disk", "file="+*qemuDiskPath+",format=raw") | 		qemuArgs = append(qemuArgs, "-drive", "file="+*qemuDiskPath+",format=qcow2") | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	// Check flags for iso/uefi boot and if so disable kernel boot | 	// Check flags for iso/uefi boot and if so disable kernel boot | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user