[Fedora-spins] [spin-kickstarts/f21] desktop: Set default part size large enough for desktop spin to build

Bruno Wolff III bruno at fedoraproject.org
Thu Apr 23 03:07:45 UTC 2015


commit 843b6a344e30c2cc4b4c5261849c161c725f5965
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Wed Apr 22 22:03:56 2015 -0500

    desktop: Set default part size large enough for desktop spin to build
    
    This probably wasn't tested before the release because we had stopped
    building the desktop (which was replaced by the workstation).
    Since the desktop kickstart files were still shipped in f21 (but not f22),
    we should fix this.

 fedora-live-desktop.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 8bf92e9..8adcf63 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -5,7 +5,7 @@
 %include fedora-live-base.ks
 %include fedora-desktop-packages.ks
 
-part / --size 4096
+part / --size 6144
 
 %post
 cat >> /etc/rc.d/init.d/livesys << EOF


More information about the spins mailing list