#!/bin/sh # mount -u -o rw,noatime / ( cd /unionfs || exit 1 find . -not -type d | tar cf - -T - | tar xvf - -C / ) mount -r /