systemd/postmarketos-base-systemd: depend on kbd (MR 6029)

These were dropped from the systemd package when they should have been
moved here to pmos-base-systemd. Without this, systemd-vconsole-setup
crashes because it cannot find the kbd utility, and kmod is needed for
proper auto-module loading.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2025-01-10 17:31:34 -08:00
parent 168821c772
commit 5ef884e903
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -2,7 +2,7 @@
# pmbootstrap installs this, if systemd is selected in "pmbootstrap init".
pkgname=postmarketos-base-systemd
pkgver=14
pkgrel=0
pkgrel=1
pkgdesc="Meta package for running postmarketOS with systemd"
url="https://postmarketos.org"
arch="noarch"
@ -17,6 +17,8 @@ options="!check"
# login-utils
# so:libkmod.so.2
depends="
kbd
kmod
less
linux-pam-pmos
login-utils