From 91a99a0635562071a472c13501921cfbdd6a5f31 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 9 Feb 2016 06:59:50 -0600 Subject: [PATCH] increase the disk size for images that failed to compose due to space issues Signed-off-by: Dennis Gilmore --- fedora-live-base.ks | 2 +- fedora-live-design_suite.ks | 2 +- fedora-live-games.ks | 2 +- fedora-live-robotics.ks | 2 +- fedora-live-workstation.ks | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index fee6877..eab367a 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -16,7 +16,7 @@ firewall --enabled --service=mdns xconfig --startxonboot zerombr clearpart --all -part / --size 4096 --fstype ext4 +part / --size 5120 --fstype ext4 services --enabled=NetworkManager,ModemManager --disabled=network,sshd network --bootproto=dhcp --activate shutdown diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks index 8a46706..7cc92f1 100644 --- a/fedora-live-design_suite.ks +++ b/fedora-live-design_suite.ks @@ -10,7 +10,7 @@ %include fedora-live-workstation.ks #DVD size partition -part / --size 8192 +part / --size 8704 %packages # Switch to groups for design suite diff --git a/fedora-live-games.ks b/fedora-live-games.ks index 1ae3f75..12837aa 100644 --- a/fedora-live-games.ks +++ b/fedora-live-games.ks @@ -7,7 +7,7 @@ %include fedora-live-xfce.ks # The recommended part size for DVDs is too close to use for the games spin -part / --size 10240 +part / --size 14336 %packages diff --git a/fedora-live-robotics.ks b/fedora-live-robotics.ks index 0948917..fcac6ff 100644 --- a/fedora-live-robotics.ks +++ b/fedora-live-robotics.ks @@ -6,7 +6,7 @@ %include fedora-live-minimization.ks # The recommended part size for DVDs is too close to use for the robotics spin -part / --size 10240 +part / --size 10752 %packages # Start with GNOME diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index f5c5b2d..3d4ade2 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -6,7 +6,7 @@ %include fedora-workstation-packages.ks %include snippets/packagekit-cached-metadata.ks -part / --size 6144 +part / --size 6656 %post