#!/bin/bash

# VERSION=1
# CHANGES=remount mtdblock5 space (aka, rootfs)

/bin/mount -oremount,rw /

exit 0
