Merge "Remove "dhcp" command from the iPXE template" into stable/newton

This commit is contained in:
Jenkins 2016-11-02 15:09:08 +00:00 committed by Gerrit Code Review
commit 8d0c72133f
5 changed files with 4 additions and 8 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

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