#!/system/bin/sh

echo "Remount /cust in rw.."

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

