coreos-init: enable DHCP broadcast flag on VMware

Fixes https://github.com/coreos/bugs/issues/12 for good this time.
This commit is contained in:
Michael Marineau 2014-10-03 12:18:17 -07:00
parent 5ab02e5b4c
commit ec72d7fc7c
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="98bb25468266a0022918ea7a9124bde99d08dfe1"
CROS_WORKON_COMMIT="699dab7d92915e7e88c216d146c5aa85b7d86322"
KEYWORDS="amd64 arm x86"
fi