# Functions
ConvertIP -.
FileToHex - this is a helper function to allow embedding files into .go files.
FindIPAddress - this will find the address associated with an adapter.
IPXEAnyBoot - This will build an iPXE boot script for anything wanting to PXE boot.
IPXEKickstart - This will build an iPXE boot script for RHEL/CentOS.
IPXEPreeseed - This will build an iPXE boot script for Debian/Ubuntu.
IPXEReboot -.
PullPXEBooter - This will attempt to download the iPXE bootloader.
WaitForCtrlC - This function is the loop that will catch a Control-C keypress.