arm: fix up boot partitions

This commit is contained in:
Peter Robinson 2015-10-21 09:47:44 +01:00
parent 0bc399cf58
commit fdc93b3659
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ firewall --enabled --service=mdns,ssh
# configure extlinux bootloader
bootloader extlinux
part /boot --size=300 --fstype ext3
part /boot --size=512 --fstype ext4
part swap --size=512 --fstype swap
part / --size=3000 --fstype ext4

View File

@ -1,5 +1,6 @@
%include fedora-arm-base.ks
part /boot --size=300 --fstype ext4
part swap --size=256 --fstype swap
part / --size=1200 --fstype ext4