From bb01e3aa823fe93a05083d0874f01c400e159708 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 22 Dec 2023 15:03:27 -0700 Subject: [PATCH] bump KDE to 9000 --- Rocky-8-KDE.ks | 2 +- live/8/x86_64/prod/rocky-live-kde.ks | 2 +- live/8/x86_64/stage/rocky-live-kde.ks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rocky-8-KDE.ks b/Rocky-8-KDE.ks index 4221479..519fb31 100644 --- a/Rocky-8-KDE.ks +++ b/Rocky-8-KDE.ks @@ -36,7 +36,7 @@ zerombr clearpart --all # Disk partitioning information part / --fstype="ext4" --size=5120 -part / --size=7300 +part / --size=9000 %post # FIXME: it'd be better to get this installed from a package diff --git a/live/8/x86_64/prod/rocky-live-kde.ks b/live/8/x86_64/prod/rocky-live-kde.ks index bda9103..b08caf1 100644 --- a/live/8/x86_64/prod/rocky-live-kde.ks +++ b/live/8/x86_64/prod/rocky-live-kde.ks @@ -4,7 +4,7 @@ %include rocky-live-kde-base.ks # DVD -part / --size=7300 +part / --size=9000 %post %end diff --git a/live/8/x86_64/stage/rocky-live-kde.ks b/live/8/x86_64/stage/rocky-live-kde.ks index 457cac8..b08caf1 100644 --- a/live/8/x86_64/stage/rocky-live-kde.ks +++ b/live/8/x86_64/stage/rocky-live-kde.ks @@ -4,7 +4,7 @@ %include rocky-live-kde-base.ks # DVD -part / --size=7000 +part / --size=9000 %post %end