#!/system/bin/sh

echo "Remount /system in rw.."

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