#!/bin/bash

# VERSION=1
# CHANGES=mount rootfs space

/bin/mount -oremount,rw /

exit 0
