From a8afc7b35b58665b4322a0711083b48236f91140 Mon Sep 17 00:00:00 2001 From: lumarel Date: Wed, 10 Nov 2021 17:19:16 +0100 Subject: [PATCH] Increase disk size for `install_standard_partition_ext4` because some PACKAGE_SETs are too big --- templates.fif.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.fif.json b/templates.fif.json index 6d9489dd..d3083e84 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -562,6 +562,7 @@ "rocky-dvd-iso-x86_64-*-uefi": 31 }, "settings": { + "HDDSIZEGB": "15", "PARTITIONING": "custom_standard_partition_ext4", "ROOT_PASSWORD": "weakpassword" }