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:
parent
168821c772
commit
5ef884e903
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue