#!/bin/sh

set -e

PXE_SERVER_IP=$(cat /etc/oci/pxe-server-ip)

curl http://${PXE_SERVER_IP}/oci/install-status.php?status=firstboot
