#!/bin/sh

#
# Remount the system in RO mode. 
# Licensed under the terms GPL V2.
#
# - Diego Iastrubni <diego.iastrubni@xorcom.com>


mount -o remount,ro /

