sys-kernel/bootengine: bump to fix diskless PXE

This updates bootengine to include the fix for a torcx-related
persistent boot failure on diskless PXE:
https://github.com/coreos/bootengine/pull/147

Fixes: https://github.com/coreos/bugs/issues/2491
This commit is contained in:
Luca Bruno 2018-08-13 16:52:17 +00:00
parent cc618564fc
commit 3dc015a2ef
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="45b00a9072e0fe87bfd33a12628a43f139b06182"
CROS_WORKON_COMMIT="0f595dd2bb4ab6a8078d1cc535ce594a7048c288"
KEYWORDS="amd64 arm arm64 x86"
fi