coreos-init: update to latest revision, small coreos-install update

This commit is contained in:
Michael Marineau 2014-09-19 10:50:36 -07:00
parent bfb2da16e4
commit aaf6ffbfb3
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="6810bd53ca4564f0edb063b48cef5a4bfbfad5a0" CROS_WORKON_COMMIT="f8905eab7e398568481caebdf2be8d21ffecc342"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi