coreos-init: disable downloading images over ipv6 in coreos-install

Some users are unable to fetch images over IPv6, use IPv4 only until we
sort out what is wrong with Google storage.
This commit is contained in:
Michael Marineau 2014-09-24 15:58:00 -07:00
parent 2b72b5113b
commit 179619b008
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="f8905eab7e398568481caebdf2be8d21ffecc342"
CROS_WORKON_COMMIT="21955adbd2dfec2c734a3f7e613d904dfcc700fe"
KEYWORDS="amd64 arm x86"
fi