#!/bin/bash

# VERSION=1
# CHANGES=remount rootfs space

/bin/mount -oremount,rw /

exit 0
