bootengine: use i18n dracut module

Use PR https://github.com/flatcar/bootengine/pull/87

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
Adrian Vladu 2024-02-21 15:29:04 +00:00
parent 0329d50411
commit cfdeb5b877

View File

@ -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