[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
This commit is contained in:
Philip 2016-11-22 08:04:29 +01:00
parent 26cca31fb1
commit bdf55196c3

View file

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