From 2a6485f10a10c1b05960eba6b76a9fcb58d979c1 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Thu, 3 Oct 2024 00:21:55 +0900 Subject: [PATCH] lxde: increase disk size for compose Installed file size is already near limit, and on rawhide (F42), now compose began to fail at kernel posttrans scriptlet due to disk size shortage. So now let's increase size by 20%. --- fedora-live-lxde.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-live-lxde.ks b/fedora-live-lxde.ks index ba2d3ca..38199f5 100644 --- a/fedora-live-lxde.ks +++ b/fedora-live-lxde.ks @@ -10,6 +10,9 @@ %include fedora-live-minimization.ks %include fedora-lxde-common.ks +# increate the disk size for compose +part / --size 6144 + %post # LXDE and LXDM configuration