From bdf55196c36e07fe2d707d21f4a0587d78ab258b Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 22 Nov 2016 08:04:29 +0100 Subject: [PATCH] [util-yaml] higher 'requiredStorage' to 8.0 GiB - see also: https://bugs.manjaro.org/index.php?do=details&task_id=95 - we might need a more dynamic approach and also think about NetInstall --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index a93e934..63ca610 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -173,7 +173,7 @@ write_welcome_conf(){ echo "showReleaseNotesUrl: true" >> "$conf" echo '' >> "$conf" echo "requirements:" >> "$conf" - echo " requiredStorage: 5.5" >> "$conf" + echo " requiredStorage: 8.0" >> "$conf" echo " requiredRam: 1.0" >> "$conf" echo " check:" >> "$conf" echo " - storage" >> "$conf"