#!/system/bin/sh

mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
echo 'System Mounted Read Only'
echo 'Bugless Beast by Pete'
