changes to aif.xml, marginally better logging

This commit is contained in:
brent s
2017-05-04 05:50:27 -04:00
parent d46b85489d
commit 972a0d34b5
2 changed files with 62 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
<disk device="/dev/sda" diskfmt="gpt">
<part num="1" start="0%" size="10%" fstype="ef00" />
<part num="2" start="10%" size="80%" fstype="8300" />
<part num="3" start="80%" size="10%" fstype="8200" />
<part num="3" start="80%" size="100%" fstype="8200" />
</disk>
<mount source="/dev/sda2" target="/mnt/aif" order="1" />
<mount source="/dev/sda1" target="/mnt/aif/boot" order="2" />