Skip to content
Snippets Groups Projects
Verified Commit 2f87533b authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

extra-repos/systemd: add kbd dependency (MR 5074)

This is required by systemd-vconsole-setup, which is currently
configured to run on boot (without kbd/loadkeys, the service crashes.)

[ci:skip-build]: already built successfully in CI
parent f6b4a1e4
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=systemd
pkgver=255.2
pkgrel=0
pkgrel=1
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......@@ -62,6 +62,7 @@ makedepends="
# and not the Alpine ones.
depends="
!openrc
kbd
kmod
"
if [ -z "$BOOTSTRAP" ] || [ "$BOOTSTRAP" -gt 2 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment