Adjusting OracleLinux start disk size

20G seems good
This commit is contained in:
Charles Hood 2021-11-16 15:12:03 -05:00 committed by Martin Wimpress
parent 95e05c5af4
commit b2971e0dd3

View file

@ -758,7 +758,7 @@ EOF
fi
if [ "${OS}" == "oraclelinux" ]; then
echo "disk_size=\"32G\"" >> "${OS}-${RELEASE}.conf"
echo "disk_size=\"20G\"" >> "${OS}-${RELEASE}.conf"
fi
if [ "${OS}" == "zorin" ]; then