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
22e2f0bd93
commit
39512fff1c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user