mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
White space clean up
This commit is contained in:
parent
b97ae01243
commit
b1fc537332
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -516,7 +516,7 @@ function releases_ubuntu() {
|
||||||
daily-live \
|
daily-live \
|
||||||
daily-canary \
|
daily-canary \
|
||||||
;
|
;
|
||||||
|
|
||||||
else
|
else
|
||||||
echo ${LTS_SUPPORT} \
|
echo ${LTS_SUPPORT} \
|
||||||
${INTERIM_SUPPORT} \
|
${INTERIM_SUPPORT} \
|
||||||
|
@ -813,7 +813,7 @@ EOF
|
||||||
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
||||||
;;
|
;;
|
||||||
truenas)
|
truenas)
|
||||||
echo
|
echo
|
||||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||||
echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
||||||
echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing
|
echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing
|
||||||
|
|
Loading…
Reference in a new issue