5 lines
149 B
Bash
5 lines
149 B
Bash
#!/bin/sh
|
|
# safety - change mount to ro
|
|
busybox-extra sed -i.orig -e 's/ -w / /' -e 's/-o iocharset/-o ro,iocharset/' /usr/bin/refresh_sd
|
|
refresh_sd
|