ARM: the /boot change was meant just to be for minimal

This commit is contained in:
Peter Robinson 2015-04-23 16:55:56 +01:00
parent 1c25cb6171
commit a9325d0503
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 ext3
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 ext3
part swap --size=256 --fstype swap
part / --size=1200 --fstype ext4