We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35f3b22 + cba8c45 commit 97bb0a8Copy full SHA for 97bb0a8
initrd/bin/oem-factory-reset
@@ -589,7 +589,7 @@ if [ "$prompt_output" == "y" \
589
# mount USB over /media only if not already mounted
590
if ! grep -q /media /proc/mounts ; then
591
# mount USB in rw
592
- if ! mount-usb -mode rw 2>/tmp/error; then
+ if ! mount-usb --mode rw 2>/tmp/error; then
593
ERROR=$(tail -n 1 /tmp/error | fold -s)
594
whiptail_error_die "Unable to mount USB on /media:\n\n${ERROR}"
595
fi
0 commit comments