mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add custom size for NixOS as with the default a fresh install has 3% disk space left
This commit is contained in:
parent
245900df66
commit
eb608fb5ef
1 changed files with 3 additions and 0 deletions
3
quickget
3
quickget
|
@ -856,6 +856,9 @@ EOF
|
||||||
echo "disk_size=\"2G\"" >> "${CONF_FILE}"
|
echo "disk_size=\"2G\"" >> "${CONF_FILE}"
|
||||||
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
||||||
;;
|
;;
|
||||||
|
nixos)
|
||||||
|
echo "disk_size=\"25G\"" >> "${CONF_FILE}"
|
||||||
|
;;
|
||||||
truenas-scale|truenas-core)
|
truenas-scale|truenas-core)
|
||||||
echo
|
echo
|
||||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||||
|
|
Loading…
Reference in a new issue