#!/bin/sh

source /opt/gira/share/devicestack/ipmodule-vars

root_device=$(cat ${EXTPARAM}/booted_root_blkdev)

mount -t ext3 -o remount,rw ${root_device}

exit 0
