Add BOOTIF=${mac} to the inspector iPXE template

It is required to determine the booting NIC.

Change-Id: I8547d1f62047e678d0ba825451a07aea2dd1cb2b
Closes-Bug: #1517941
This commit is contained in:
Dmitry Tantsur 2015-11-19 15:57:14 +01:00
parent 9d018baa5e
commit 8d9730a593
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
dhcp
kernel http://<%= @dnsmasq_local_ip %>:8088/agent.kernel ipa-inspection-callback-url=http://<%= @dnsmasq_local_ip %>:5050/v1/continue systemd.journald.forward_to_console=yes
kernel http://<%= @dnsmasq_local_ip %>:8088/agent.kernel ipa-inspection-callback-url=http://<%= @dnsmasq_local_ip %>:5050/v1/continue systemd.journald.forward_to_console=yes BOOTIF=${mac}
initrd http://<%= @dnsmasq_local_ip %>:8088/agent.ramdisk
boot