mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Adjusting OracleLinux start disk size
20G seems good
This commit is contained in:
parent
95e05c5af4
commit
b2971e0dd3
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue