#!/bin/sh # home persistent overlay if [ ! -d /mnt/home/mycroft ]; then cp -a /home/mycroft /mnt/home/ fi