mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Set an explicit disk size of 32G for Haiku
This commit is contained in:
parent
1f917c85c1
commit
935b83a490
1 changed files with 1 additions and 0 deletions
1
quickget
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…
Add table
Add a link
Reference in a new issue