From 25f59d86da9ec4b80af6a586ee8b55bde399afb3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 8 Jun 2022 16:53:47 -0700 Subject: [PATCH] Bump HDDSIZEGB for more GNOME and KDE products We have it at 20G for Workstation live, but not for KDE live or for the update Workstation or KDE products. We just hit an issue today where anaconda thinks 10G isn't enough space for a KDE live install after a grub2 update (which I think only bumped the required space veeery slightly, but enough to throw anaconda over the limit). Let's just go up to 15G for all GNOME and KDE cases where we're not at 20G. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 2 ++ templates.fif.json | 1 + 2 files changed, 3 insertions(+) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 90647223..0a463733 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -85,6 +85,7 @@ "flavor": "updates-workstation-live-iso", "settings": { "DESKTOP": "gnome", + "HDDSIZEGB": "15", "LIVE": "1", "PACKAGE_SET": "default" }, @@ -96,6 +97,7 @@ "flavor": "updates-kde-live-iso", "settings": { "DESKTOP": "kde", + "HDDSIZEGB": "15", "LIVE": "1", "PACKAGE_SET": "default" }, diff --git a/templates.fif.json b/templates.fif.json index f745630e..9ed91a95 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -197,6 +197,7 @@ "settings": { "DEPLOY_UPLOAD_TEST": "install_default_upload", "DESKTOP": "kde", + "HDDSIZEGB": "15", "LIVE": "1", "PACKAGE_SET": "default", "TEST_TARGET": "ISO"