diff --git a/fedora-aos.ks b/fedora-aos.ks index f748b0e..1eb1d06 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -21,7 +21,7 @@ services --enabled=network # This information is used by appliance-tools but # not by the livecd tools. # -part / --size 550 --fstype ext3 --ondisk sda +part / --size 1024 --fstype ext4 --ondisk sda # # Repositories diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks index 9cc9cb5..388c5f7 100644 --- a/fedora-livecd-xfce.ks +++ b/fedora-livecd-xfce.ks @@ -7,7 +7,7 @@ # - Rahul Sundaram # - Christoph Wickert # - Kevin Fenzi -# - Adam Miller +# - Adam Miller %include fedora-live-base.ks %include fedora-live-minimization.ks