Skip to content

Commit

Permalink
comment out non-supported lines aimed at the conf
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Jan 31, 2023
1 parent ce04397 commit e7480e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7480e1

Please sign in to comment.