fix format mmc

This commit is contained in:
Ing 2024-03-06 15:28:31 +08:00
parent 22e2f0bd93
commit 39512fff1c

View File

@ -1739,7 +1739,7 @@ function advancedMenu() {
( (
for I in ${RESP}; do for I in ${RESP}; do
if [[ "${I}" = /dev/mmc* ]]; then if [[ "${I}" = /dev/mmc* ]]; then
echo y | mkdosfs -F32 "${I}" echo y | mkfs.ext4 -T largefile4 -E nodiscard "${I}"
else else
echo y | mkfs.ext4 -T largefile4 "${I}" echo y | mkfs.ext4 -T largefile4 "${I}"
fi fi