mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Lose empty echo
This commit is contained in:
parent
9d3e7dd4d5
commit
ce1cadb09b
1 changed files with 0 additions and 1 deletions
1
quickget
1
quickget
|
@ -899,7 +899,6 @@ EOF
|
||||||
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
echo "ram=\"128M\"" >> "${CONF_FILE}"
|
||||||
;;
|
;;
|
||||||
truenas-scale|truenas-core)
|
truenas-scale|truenas-core)
|
||||||
echo
|
|
||||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||||
# the rest is non-functional
|
# the rest is non-functional
|
||||||
# echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
# echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
||||||
|
|
Loading…
Reference in a new issue