summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/boot.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/boot.ipxe')
-rw-r--r--ironic/drivers/modules/boot.ipxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/modules/boot.ipxe b/ironic/drivers/modules/boot.ipxe
index 25a0ea8dc..3567dc029 100644
--- a/ironic/drivers/modules/boot.ipxe
+++ b/ironic/drivers/modules/boot.ipxe
@@ -1,7 +1,7 @@
#!ipxe
# load the MAC-specific file or fail if it's not found
-chain --autofree pxelinux.cfg/${mac:hexraw} || goto error_no_config
+chain --autofree pxelinux.cfg/${mac:hexhyp} || goto error_no_config
:error_no_config
echo PXE boot failed. No configuration found for MAC ${mac}