#!/bin/sh

PATH=/bin:/sbin:/usr/bin:/usr/sbin

echo "Remounting / (rw): "
mount -n -o remount,rw /dev/rootfs /

