coreos-base/coreos-init: sync with upstream

- Validate cloud-config before installing
- Allow override of BASE_URL
This commit is contained in:
Alex Crawford 2014-11-26 17:27:24 -08:00
parent f70ef1f3cc
commit e5e07f34e8
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="cb6231895bbe81e8400d8a8b86147e02c64e7973"
CROS_WORKON_COMMIT="4f84a154d4eaf6d1e4d95087fb6ec091c8003333"
KEYWORDS="amd64 arm x86"
fi