#!/bin/sh

. /scripts/functions

readonly REMOUNTER="/sbin/init-bottom"
    
message "Suppose root FS already mounted. Go to RO\RW overlay"

if [ -x "$REMOUNTER" ]; then
    "$REMOUNTER"
fi

message "Return from RO\RW overlay"
