mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add super-size for some Zorin options (#522)
test the EDITION for those that need a large disk Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
This commit is contained in:
parent
e19a2ce837
commit
573b2566cb
1 changed files with 6 additions and 0 deletions
6
quickget
6
quickget
|
@ -774,6 +774,12 @@ EOF
|
|||
echo "disk_size=\"2G\"" >> "${CONF_FILE}"
|
||||
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
||||
;;
|
||||
zorin)
|
||||
case ${EDITION} in
|
||||
education64|edulite64)
|
||||
echo "disk_size=\"32G\"" >> "${CONF_FILE}";;
|
||||
esac
|
||||
;;
|
||||
reactos)
|
||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||
echo "disk_size=\"12G\"" >> "${CONF_FILE}"
|
||||
|
|
Loading…
Reference in a new issue