Adjusting OracleLinux start disk size

20G seems good
pull/262/head
Charles Hood 3 years ago committed by Martin Wimpress
parent 95e05c5af4
commit b2971e0dd3
  1. 2
      quickget

@ -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

Loading…
Cancel
Save