mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Allocate 32G disk_size to popos
This commit is contained in:
parent
4b1bb51c55
commit
e64f54ad52
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -779,7 +779,7 @@ EOF
|
|||
|
||||
# OS specific tweaks
|
||||
case ${OS} in
|
||||
alma|centos-stream|oraclelinux|rockylinux)
|
||||
alma|centos-stream|oraclelinux|popos|rockylinux)
|
||||
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
||||
batocera)
|
||||
echo "disk_size=\"8G\"" >> "${CONF_FILE}";;
|
||||
|
|
Loading…
Reference in a new issue