bump(coreos-base/coreos-init): update coreos-install

Small fix for compatibility with older versions of the script.
This commit is contained in:
Michael Marineau 2014-05-22 17:46:20 -07:00
parent 2cea022bfd
commit 0d9e5cc8eb
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="146d78435baf58038ac727ab1e3afd32e349c199"
CROS_WORKON_COMMIT="bfb269beb9c59cd4b8c0caac4eda92f3d1a427eb"
KEYWORDS="amd64 arm x86"
fi