From 13aac55e296d9f0538e40e873a66f611b56f3a55 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 F32, 6.5G is too small. The live image creation hangs near the end. Just noticed this after enabling KDE live image build test for F32 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