Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-mount-fix/CONTROL/prerm
iamromulan 3a35becca8 Update: sdxpinn-mount-fix 1.0.11 RC
-Improved stopping mount-fix
     - Now restores stock filesystem completely when stopped.
     - / is still rw after but a reboot or setting it to ro will make it be read only again

- Improved echo and comments
2024-10-05 21:05:36 -04:00

10 lines
239 B
Bash

#!/bin/ash
service init-overlay-watchdog stop
service mount-fix stop
sleep 1
service mount-fix disable
service init-overlay-watchdog disable
echo "Filesystem structure returned to Quectel Stock"
echo "Backup exists at /data/rootfs"
exit 0