Merge "Remove "dhcp" command from the iPXE template"

This commit is contained in:
Jenkins
2016-10-21 13:19:49 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 6 deletions
@@ -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
@@ -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.