Move config to..

This commit is contained in:
zenobit 2025-02-18 03:29:27 +01:00
parent f13ee6d74e
commit 3474e812dd
2 changed files with 6 additions and 4 deletions

View File

@ -22,3 +22,9 @@ function get_() {
URL=$(web_redirect "https://zrn.co/${RELEASE}${EDITION}")
echo "${URL} ${HASH}"
}
function specific_tweaks() {
case ${EDITION} in
education64|edulite64) echo "disk_size=\"32G\"" >> "${CONF_FILE}"
esac
}

View File

@ -688,10 +688,6 @@ EOF
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
;;
zorin)
case ${EDITION} in
education64|edulite64) echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
esac;;
macos)
echo "disk_size=\"128G\"" >> "${CONF_FILE}"
echo "macos_release=\"${RELEASE}\"" >> "${CONF_FILE}"