[BOARD] default "YES" for resize dialog

This commit is contained in:
Apaczer
2023-07-11 20:50:47 +02:00
parent 0f90d79a7c
commit 9ddf2134b4

View File

@@ -445,7 +445,7 @@ fi
mount -o remount,ro "${MOUNTDIR}" | tee -a ${LOG}
# resize the main partition if requested
if ((test -e "${MOUNTDIR}/resize") && (dialog --clear --defaultno --stdout --ok-label YES --cancel-label NO --title " AUTO-RESIZE" \
if ((test -e "${MOUNTDIR}/resize") && (dialog --clear --stdout --ok-label YES --cancel-label NO --title " AUTO-RESIZE" \
--colors --pause "\n\n \ZuExpand MAIN partition?\Zn\n\n Select an option & press START
\n\n \ZbWARNING:\Zn\n After 10s auto-resize\n of FAT32 partition will begin." 15 60 10)); then
clear