#!/bin/sh
exec tail -n +3 $0
set ignition_firstboot=""
# Determine if this is a first boot.
if [ -f "/ignition.firstboot" ]; then
    set ignition_firstboot="ignition.firstboot"
fi
