mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Move resize value
This commit is contained in:
parent
eb608fb5ef
commit
c4b71195c1
1 changed files with 1 additions and 4 deletions
5
quickget
5
quickget
|
@ -836,7 +836,7 @@ EOF
|
|||
|
||||
# OS specific tweaks
|
||||
case ${OS} in
|
||||
alma|centos-stream|oraclelinux|popos|rockylinux)
|
||||
alma|centos-stream|oraclelinux|popos|rockylinux|nixos)
|
||||
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
||||
batocera)
|
||||
echo "disk_size=\"8G\"" >> "${CONF_FILE}";;
|
||||
|
@ -856,9 +856,6 @@ EOF
|
|||
echo "disk_size=\"2G\"" >> "${CONF_FILE}"
|
||||
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
||||
;;
|
||||
nixos)
|
||||
echo "disk_size=\"25G\"" >> "${CONF_FILE}"
|
||||
;;
|
||||
truenas-scale|truenas-core)
|
||||
echo
|
||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||
|
|
Loading…
Reference in a new issue