#!/bin/sh

if ! [ -f "/etc/ixvd/version" ]; then
    echo "applying overlay..."
    cp -r skel/. /
fi