mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
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:
parent
2b72b5113b
commit
179619b008
@ -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="f8905eab7e398568481caebdf2be8d21ffecc342"
|
CROS_WORKON_COMMIT="21955adbd2dfec2c734a3f7e613d904dfcc700fe"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user