comment out non-supported lines aimed at the conf

This commit is contained in:
Phil Clifford 2023-01-23 18:47:19 +00:00 committed by Martin Wimpress
parent ce04397793
commit e7480e1820

View File

@ -851,9 +851,10 @@ EOF
truenas-scale|truenas-core) truenas-scale|truenas-core)
echo echo
echo "boot=\"legacy\"" >> "${CONF_FILE}" echo "boot=\"legacy\"" >> "${CONF_FILE}"
echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive # the rest is non-functional
echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing # echo "bootdrive_size=\"5G\"" >> "${CONF_FILE}" # boot drive
echo "2nddrive_size=\"20G\"" >> "${CONF_FILE}" # again, for testing # echo "1stdrive_size=\"20G\"" >> "${CONF_FILE}" # for testing
# echo "2nddrive_size=\"20G\"" >> "${CONF_FILE}" # again, for testing
;; ;;
zorin) zorin)
case ${EDITION} in case ${EDITION} in