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

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
parent 168821c7
Branches
No related tags found
1 merge request!6029systemd: depend on kbd
Pipeline #213651 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment