The lunar test week isos demand a minimum of 18G

Otherwise they refuse to install. Added some overhead to allow for trying package updating and installation as well.
This commit is contained in:
Phil Clifford 2023-03-07 01:43:02 +00:00
parent 0eec2224f3
commit 9f293fad8f
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D

View File

@ -879,6 +879,10 @@ EOF
;;
esac
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
# wont install lobster testing with less than 18GB
echo "disk_size=\"32G\"" >> "${CONF_FILE}"
fi
# Enable TPM for Windows 11
if [ "${OS}" == "windows" ] && [ "${RELEASE}" -ge 11 ]; then
echo "tpm=\"on\"" >> "${CONF_FILE}"