mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-17 07:11:36 +01:00
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:
parent
cc618564fc
commit
3dc015a2ef
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="45b00a9072e0fe87bfd33a12628a43f139b06182"
|
CROS_WORKON_COMMIT="0f595dd2bb4ab6a8078d1cc535ce594a7048c288"
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user