Remove "dhcp" command from the iPXE template
At this point we already have DHCP on the right NIC to be able to download this iPXE script. The "dhcp" may actually break the boot, as it runs DHCP on the first available interface, not the PXE booting one. Change-Id: I97dc897da49ceb8e03476ddacd5bc92dd40aa4b2 Closes-Bug: #1635191
This commit is contained in:
parent
41e1313269
commit
42b2c60ce2
@ -1,7 +1,5 @@
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
|
||||
goto deploy
|
||||
|
||||
:deploy
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
|
||||
goto deploy
|
||||
|
||||
:deploy
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!ipxe
|
||||
|
||||
dhcp
|
||||
|
||||
goto deploy
|
||||
|
||||
:deploy
|
||||
|
4
releasenotes/notes/ipxe-dhcp-b799bc326cd2529a.yaml
Normal file
4
releasenotes/notes/ipxe-dhcp-b799bc326cd2529a.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Remove "dhcp" command from the default iPXE script. It is redundant, and
|
||||
may even break booting when the provisioning NIC is not the first one.
|
Loading…
Reference in New Issue
Block a user