Set an explicit disk size of 32G for Haiku

pull/289/head
nqvrg 3 years ago
parent 1f917c85c1
commit 935b83a490
  1. 1
      quickget

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

Loading…
Cancel
Save