#!/system/bin/sh

echo "Remount /system in ro.."

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