mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix format mmc
This commit is contained in:
parent
584a1b997e
commit
1a841746c2
@ -1739,7 +1739,7 @@ function advancedMenu() {
|
||||
(
|
||||
for I in ${RESP}; do
|
||||
if [[ "${I}" = /dev/mmc* ]]; then
|
||||
echo y | mkdosfs -F32 "${I}"
|
||||
echo y | mkfs.ext4 -T largefile4 -E nodiscard "${I}"
|
||||
else
|
||||
echo y | mkfs.ext4 -T largefile4 "${I}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user