#!/bin/bash
set -eux
set -o pipefail

# ensure we have tftp and pxe requirements
install-packages syslinux tftpd-hpa xinetd parted psmisc
