Set an explicit disk size of 32G for Haiku
This commit is contained in:
parent
1f917c85c1
commit
935b83a490
1
quickget
1
quickget
|
@ -623,6 +623,7 @@ EOF
|
||||||
|
|
||||||
if [ "${OS}" == "haiku" ]; then
|
if [ "${OS}" == "haiku" ]; then
|
||||||
echo "boot=\"legacy\"" >> "${OS}-${RELEASE}.conf"
|
echo "boot=\"legacy\"" >> "${OS}-${RELEASE}.conf"
|
||||||
|
echo "disk_size=\"32G\"" >> "${OS}-${RELEASE}.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${OS}" == "oraclelinux" ]; then
|
if [ "${OS}" == "oraclelinux" ]; then
|
||||||
|
|
Loading…
Reference in New Issue