Set an explicit disk size of 32G for Haiku

This commit is contained in:
nqvrg 2021-12-26 18:27:17 +01:00
parent 1f917c85c1
commit 935b83a490

View File

@ -623,6 +623,7 @@ EOF
if [ "${OS}" == "haiku" ]; then
echo "boot=\"legacy\"" >> "${OS}-${RELEASE}.conf"
echo "disk_size=\"32G\"" >> "${OS}-${RELEASE}.conf"
fi
if [ "${OS}" == "oraclelinux" ]; then