commit f97756babbccc68da1e46ff9ed77bf966d065ead Author: Bruno Wolff III bruno@wolff.to Date: Wed Mar 30 22:56:30 2011 -0500
live desktop: The patition image size needs to be bumped.
The 1 GB version of live desktop was using the default image size for CD sized images of 3 GB. This was no longer enough space to do the build.
fedora-live-desktop.ks | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks index e96b130..a06d03a 100644 --- a/fedora-live-desktop.ks +++ b/fedora-live-desktop.ks @@ -4,6 +4,8 @@
%include fedora-live-base.ks
+part / --size 4096 + %packages @graphical-internet @sound-and-video