From df9db4fb2fae2bb8057ed33e1f5a94449b771788 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 27 Mar 2018 13:02:49 -0700 Subject: [PATCH] Bump disk size for KDE package set install to 11GiB (#1541433) KDE package set install constantly runs into #1541433. While that's not being fixed, let's bump the disk size so we can see if the install actually works. Signed-off-by: Adam Williamson --- templates | 1 + 1 file changed, 1 insertion(+) diff --git a/templates b/templates index ff0f7374..13f3bd8b 100755 --- a/templates +++ b/templates @@ -5090,6 +5090,7 @@ name => "install_package_set_kde", settings => [ { key => "DESKTOP", value => "kde" }, + { key => "HDDSIZEGB", value => "11" }, { key => "PACKAGE_SET", value => "kde" }, { key => "POSTINSTALL", value => "_collect_data" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" },