1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02: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" />
</disk>
<disk type="file" device="disk">
<driver name="qemu" type="raw" />
<source file="BOXESHOME/BaseSystem.img" />
<driver name="qemu" type="qcow2" cache="writeback" io="threads" />
<source file="BOXESHOME/macOS.qcow2" />
<target dev="sdb" bus="sata" />
<address type="drive" controller="0" bus="0" target="0" unit="1" />
</disk>
<disk type="file" device="disk">
<driver name="qemu" type="qcow2" cache="writeback" io="threads" />
<source file="BOXESHOME/macOS.qcow2" />
<driver name="qemu" type="raw" />
<source file="BOXESHOME/BaseSystem.img" />
<target dev="sdc" bus="sata" />
<address type="drive" controller="0" bus="0" target="0" unit="2" />
</disk>