Skip to content

Commit

Permalink
sys-apps/systemd: fix bootengine vconsole
Browse files Browse the repository at this point in the history
systemd-vconsole-setup needs the dracut i18n module so that
the binary loadkeys is present.

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Feb 19, 2024
1 parent 79c61ee commit 987ab33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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"

if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="a85e1977b29dbe8315733dbe1b1ab3ab84d039a2" # flatcar-master
CROS_WORKON_COMMIT="37ccbcaa9bb57c2ac091268bb7e88a3beb679412"
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 987ab33

Please sign in to comment.