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
commit 4cac809a01
4 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
#!ipxe
dhcp
goto deploy
:deploy

View File

@ -1,7 +1,5 @@
#!ipxe
dhcp
goto deploy
:deploy

View File

@ -1,7 +1,5 @@
#!ipxe
dhcp
goto deploy
:deploy

View 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.