#!/system/bin/sh

echo "Remount /system in rw.."

/system/xbin/mount -o rw,remount -t ext4 /dev/block/mtdblock3 /system
