Add super-size for some Zorin options (#522)

test the EDITION for those that need a large disk

Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
This commit is contained in:
Phil Clifford 2022-08-18 09:47:59 +01:00 committed by GitHub
parent e19a2ce837
commit 573b2566cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -774,6 +774,12 @@ EOF
echo "disk_size=\"2G\"" >> "${CONF_FILE}"
echo "ram=\"128M\"" >> "${CONF_FILE}"
;;
zorin)
case ${EDITION} in
education64|edulite64)
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
esac
;;
reactos)
echo "boot=\"legacy\"" >> "${CONF_FILE}"
echo "disk_size=\"12G\"" >> "${CONF_FILE}"