commit a9325d050300b0db1d8c5e9d477b6bea61e17b6e Author: Peter Robinson pbrobinson@gmail.com Date: Thu Apr 23 16:55:56 2015 +0100
ARM: the /boot change was meant just to be for minimal
fedora-arm-base.ks | 2 +- fedora-arm-minimal.ks | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) --- diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index b42c4ac..6898964 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -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
diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index afd7d9b..dd321b1 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -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