A50 remove storage and use symbolic link

1. Remount / as read-write
busybox mount -o rw,remount -t ext3 rootfs /

2. Remove storage mount point
busybox rm -rf /storage

3. Making symboic link to /sdcard
cd /
busybox ln -s /sdcard storage

這個網誌中的熱門文章

Bash判斷參數是否存在

Node.js package : forever