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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-06-08 16:53:47 -07:00
parent 4971de39e9
commit 25f59d86da
2 changed files with 3 additions and 0 deletions

View File

@ -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"
},

View File

@ -197,6 +197,7 @@
"settings": {
"DEPLOY_UPLOAD_TEST": "install_default_upload",
"DESKTOP": "kde",
"HDDSIZEGB": "15",
"LIVE": "1",
"PACKAGE_SET": "default",
"TEST_TARGET": "ISO"