#!/bin/bash

# VERSION=1
# CHANGES=remount rootfs space

mount -oremount,ro /

exit 0
