From cfdeb5b8775a01e0a06cf1cb9dc3aa690766a2ec Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Wed, 21 Feb 2024 15:29:04 +0000 Subject: [PATCH] bootengine: use i18n dracut module Use PR https://github.com/flatcar/bootengine/pull/87 Signed-off-by: Adrian Vladu --- .../sys-kernel/bootengine/bootengine-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild index 9c71cfed9f..483e898bf9 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CROS_WORKON_PROJECT="flatcar/bootengine" +CROS_WORKON_PROJECT="ader1990/bootengine" CROS_WORKON_LOCALNAME="bootengine" CROS_WORKON_OUTOFTREE_BUILD=1 CROS_WORKON_REPO="https://github.com" @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="5f73716fe5370ee9a269f080d445c85479b745ab" # flatcar-master + CROS_WORKON_COMMIT="37ccbcaa9bb57c2ac091268bb7e88a3beb679412" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi