#!/system/bin/sh

echo "Remount /system in ro.."

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