Move config to..

This commit is contained in:
zenobit 2025-02-18 03:35:44 +01:00
parent 0acc9b9cdb
commit ed74e50eee
2 changed files with 5 additions and 4 deletions

View File

@ -20,3 +20,8 @@ function get_() {
HASH=$(web_pipe "${HASH_URL}" | cut -d' ' -f1)
echo "${ISO} ${HASH}"
}
function specific_tweaks() {
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
}

View File

@ -639,10 +639,6 @@ EOF
echo "tpm=\"on\"" >> "${CONF_FILE}"
fi
;;
vanillaos)
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
;;
proxmox-ve)
echo "disk_size=\"20G\"" >> "${CONF_FILE}"
echo "ram=\"4G\"" >> "${CONF_FILE}"