coreos-base/coreos-init: bump for coreos-install Ignition dest path

coreos-install now installs Ignition configs to /usr/share/oem/config.ign
so it doesn't need to modify grub.cfg.
This commit is contained in:
Benjamin Gilbert 2018-05-15 15:08:46 -04:00
parent a3317f9674
commit 64fc7fbadb
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 ~arm64 ~x86"
else
CROS_WORKON_COMMIT="485860b2dbcfefea28f747992255d4e6557c8777"
CROS_WORKON_COMMIT="85a35815c7ffb14d6e398da950502dbabc8f4291"
KEYWORDS="amd64 arm arm64 x86"
fi