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