#!/bin/sh

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


mount -o remount,rw /

