mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
comment out non-supported lines aimed at the conf
This commit is contained in:
parent
ce04397793
commit
e7480e1820
1 changed files with 4 additions and 3 deletions
7
quickget
7
quickget
|
@ -851,9 +851,10 @@ EOF
|
|||
truenas-scale|truenas-core)
|
||||
echo
|
||||
echo "boot=\"legacy\"" >> "${CONF_FILE}"
|
||||
echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
||||
echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing
|
||||
echo "2nddrive_size=\"20G\"" >> "${CONF_FILE}" # again, for testing
|
||||
# the rest is non-functional
|
||||
# echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
|
||||
# echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing
|
||||
# echo "2nddrive_size=\"20G\"" >> "${CONF_FILE}" # again, for testing
|
||||
;;
|
||||
zorin)
|
||||
case ${EDITION} in
|
||||
|
|
Loading…
Reference in a new issue