This commit is contained in:
Werner 2020-12-15 15:03:19 +01:00 committed by GitHub
parent 11bc0ddf85
commit 053fb76d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,7 @@ format_nand()
show_nand_warning
dialog --title "$title" --backtitle "$backtitle" --infobox "\nFormating ... up to one minute." 5 40
dialog --title "$title" --backtitle "$backtitle" --infobox "\nFormatting ... up to one minute." 5 40
if [[ $DEVICE_TYPE = a20 ]]; then
(echo y;) | sunxi-nand-part -f a20 /dev/nand 65536 'bootloader 65536' 'linux 0' >> $logfile 2>&1
else