[Fedora-spins] [spin-kickstarts] Security: Add space to prevent failures on compose

Dan Mashal vicodan at fedoraproject.org
Wed Sep 25 01:30:02 UTC 2013


commit 045b630a4e50ebf3f2ef347c437e6ab14cd8b8aa
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Tue Sep 24 18:28:48 2013 -0700

    Security: Add space to prevent failures on compose

 fedora-livecd-security.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 5516123..d5135fb 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -18,6 +18,9 @@
 %include fedora-live-base.ks
 %include fedora-live-minimization.ks
 
+#Spin was failing to compose due to lack of space, so bumping the size.
+part / --size 10240
+
 %packages
 @xfce-desktop
 @xfce-apps


More information about the spins mailing list