mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2025-01-08 10:09:44 +01:00
Fix copy
This commit is contained in:
parent
78acf4dd89
commit
5924de1e05
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
||||||
</disk>
|
</disk>
|
||||||
<disk type="file" device="disk">
|
<disk type="file" device="disk">
|
||||||
<driver name="qemu" type="raw" />
|
<driver name="qemu" type="raw" />
|
||||||
<source file="BOXESHOME/macOS.img" />
|
<source file="BOXESHOME/macOS.qcow2" />
|
||||||
<target dev="sdb" bus="sata" />
|
<target dev="sdc" bus="sata" />
|
||||||
<address type="drive" controller="0" bus="0" target="0" unit="2" />
|
<address type="drive" controller="0" bus="0" target="0" unit="2" />
|
||||||
</disk>
|
</disk>
|
||||||
<controller type="usb" index="0" model="ich9-ehci1">
|
<controller type="usb" index="0" model="ich9-ehci1">
|
||||||
|
|
Loading…
Reference in a new issue