From 8f9181a408a53afa2b8f7999fd27cf5b267a0432 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 19 Mar 2024 15:42:54 -0700 Subject: [PATCH] Bump root partition size for scientific_kde It seems to need about 1.4G more according to recent failure logs. Let's give it a bit of a buffer. Signed-off-by: Adam Williamson --- fedora-live-scientific_kde.ks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks index 0e083a3..9cabbcc 100644 --- a/fedora-live-scientific_kde.ks +++ b/fedora-live-scientific_kde.ks @@ -12,8 +12,7 @@ %include fedora-live-minimization.ks %include fedora-scientific-common.ks -# The recommended part size for DVDs is too close to use for the scientific spin -part / --size 15000 +part / --size 17000 %post