ARM minimal: adjust image size now X isn't being pulled in again

This commit is contained in:
Peter Robinson 2015-04-18 18:37:18 +01:00
parent 1564226c33
commit 29ca666dc8
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
%include fedora-arm-base.ks
part swap --size=128 --fstype swap
part / --size=1400 --fstype ext4
part swap --size=256 --fstype swap
part / --size=1200 --fstype ext4
%packages
-@standard