From 34abd3fcc669ee1a14fdbf455a1d69f3e9d6f3ea Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 26 Apr 2024 16:01:12 -0700 Subject: [PATCH] extra-repos/systemd: add kbd dependency (MR 5074) (MR 5563) 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 --- extra-repos/systemd/systemd/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index f315c53cd..8bd589eb1 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -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