#!/bin/sh
# Run scripts from /etc/firsttime.d at first start
[ -f "/etc/firsttime.flag" ] || touch "/etc/firsttime.flag"