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
This commit is contained in:
parent
28c069faa3
commit
34abd3fcc6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue