1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-23 11:39:42 +01:00

Reorder disks in template, so once installed boot disk will be first

This commit is contained in:
Kowalski Prime 2020-05-03 23:33:50 +02:00
parent 4868c81cad
commit bcc61180fb
No known key found for this signature in database
GPG key ID: C4E819BD2BC6233E

View file

@ -40,14 +40,14 @@
<address type="drive" controller="0" bus="0" target="0" unit="0" /> <address type="drive" controller="0" bus="0" target="0" unit="0" />
</disk> </disk>
<disk type="file" device="disk"> <disk type="file" device="disk">
<driver name="qemu" type="raw" /> <driver name="qemu" type="qcow2" cache="writeback" io="threads" />
<source file="BOXESHOME/BaseSystem.img" /> <source file="BOXESHOME/macOS.qcow2" />
<target dev="sdb" bus="sata" /> <target dev="sdb" bus="sata" />
<address type="drive" controller="0" bus="0" target="0" unit="1" /> <address type="drive" controller="0" bus="0" target="0" unit="1" />
</disk> </disk>
<disk type="file" device="disk"> <disk type="file" device="disk">
<driver name="qemu" type="qcow2" cache="writeback" io="threads" /> <driver name="qemu" type="raw" />
<source file="BOXESHOME/macOS.qcow2" /> <source file="BOXESHOME/BaseSystem.img" />
<target dev="sdc" 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>