From 7501bde2c3532809ae00e08b3ff3e9885969bbdb Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 7 Jan 2011 10:40:57 -0600 Subject: [PATCH 1/2] Fixed my email address since I no longer distribute the old one and I will be involved in the Xfce Spin again in the F15 cycle, if someone needs to email me I'd like them to have the correct info. --- fedora-livecd-xfce.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b2dff71e45ece91e336bc0253621c898e30de7f2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 6 Jan 2011 12:21:49 -0600 Subject: [PATCH 2/2] make the disk 1GiB aext4 for aos appliance --- fedora-aos.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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