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:
parent
4868c81cad
commit
bcc61180fb
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue