Merge "Remove "dhcp" command from the iPXE template"
This commit is contained in:
commit
4cac809a01
@ -1,7 +1,5 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
dhcp
|
|
||||||
|
|
||||||
goto deploy
|
goto deploy
|
||||||
|
|
||||||
:deploy
|
:deploy
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
dhcp
|
|
||||||
|
|
||||||
goto deploy
|
goto deploy
|
||||||
|
|
||||||
:deploy
|
:deploy
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
dhcp
|
|
||||||
|
|
||||||
goto deploy
|
goto deploy
|
||||||
|
|
||||||
: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