#!/system/bin/sh

echo "Remount /system in ro.."

/system/xbin/mount -o remount ro /system
