mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +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" />
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue