[Fedora-spins] [spin-kickstarts] Correct fedora-live-jam-kde.ks part cmd, add to Makefile

Brendan Jones bsjones at fedoraproject.org
Thu Dec 20 16:14:09 UTC 2012


commit ec34fb97fe276a093ff21193f350d11efb8a8651
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Thu Dec 20 17:13:56 2012 +0100

    Correct fedora-live-jam-kde.ks part cmd, add to Makefile

 Makefile.am            |    3 ++-
 fedora-live-jam-kde.ks |   11 ++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ee5fd4c..acd921a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,8 @@ fedora_DATA = \
     fedora-livedvd-games.ks \
     fedora-livedvd-robotics.ks \
     fedora-livedvd-scientific-kde.ks \
-    fedora-livecd-security.ks
+    fedora-livecd-security.ks \
+	fedora-live-jam-kde.ks
 
 customdir = ${pkgdatadir}/custom/
 custom_DATA = \
diff --git a/fedora-live-jam-kde.ks b/fedora-live-jam-kde.ks
index 531b3c4..78f39d0 100644
--- a/fedora-live-jam-kde.ks
+++ b/fedora-live-jam-kde.ks
@@ -9,20 +9,17 @@
 
 # Maintainer: Jørn Lomax <northlomax at gmail.com>
 #             https://fedoraproject.org/wiki/User:jvlomax
-
-# Last modified: Jun 28, 2012.
+#             Brendan Jones <brendan.jones.it at gmail.com>
+# Last modified: Dec 20, 2012.
 
 %include fedora-livecd-kde.ks
 
-# increase partition size
-part / --size 4096 --fstype ext4
+# DVD size partition
+part / --size 10240 --fstype ext4
 
 #enable threaded irqs
 bootloader --append="threadirqs"
 
-# DVD payload
-part / --size 10000
-
 %packages
 
 #alsa


More information about the spins mailing list