change host ipxe file names and avoid stale files 35/1035/1
authordavidplunkett <dp7642@att.com>
Fri, 21 Jun 2019 22:39:53 +0000 (22:39 +0000)
committerdavidplunkett <dp7642@att.com>
Fri, 21 Jun 2019 22:39:53 +0000 (22:39 +0000)
commitf8ffbc3179910eb54de2e435c0b1e28d140924bc
tree948061a5e41817f90b72acb4c7c2db0cd53cd57e
parent09f9aab6ed6732533e418353bc9d698a425acf64
change host ipxe file names and avoid stale files

If a server is build multiple times but with different names or
different nics selected, the ipxe.efi will contain out of date
configuration files that may be matched before the desired settings.
Changed to use hostname_mac.ipxe and deletes any old hostname_* or
*_mac files before creating the new file with the new settings.

Signed-off-by: davidplunkett <dp7642@att.com>
Change-Id: I5b4f35b5234ce90ad9f13c785c0c9eaf81bfa13a
create_ipxe.sh