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