From 9ddf2134b42c8d2d561149670ff40fbf1194a952 Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:50:47 +0200 Subject: [PATCH] [BOARD] default "YES" for resize dialog --- board/miyoo/boot/firstboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/miyoo/boot/firstboot b/board/miyoo/boot/firstboot index 2f593972..ba1dd015 100755 --- a/board/miyoo/boot/firstboot +++ b/board/miyoo/boot/firstboot @@ -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