From e9eade1e56a7061aa1ad4a49943ba9dce3d495e0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 23 Apr 2021 15:49:14 -0700 Subject: [PATCH] Bump KDE live root partition size to 7G This is needed for current F33, 6.5G is too small. The live image creation hangs near the end. Just noticed this after enabling KDE live image build test for F33 updates. Signed-off-by: Adam Williamson --- fedora-live-kde.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index 2eae361..51a3716 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -12,7 +12,7 @@ %include fedora-kde-minimization.ks # DVD payload -part / --size=6500 +part / --size=7000 %post %end