#!/bin/bash
#
# VERSION=1
# CHANGES=init

mount -o remount,ro /
mount -o remount,ro /usr/local

exit 0
