From: Andy Kling
udev fails to load firmware for CONFIG_FW_LOADER_USER_HELPER
systemd-udevd[158]: did not find firmware file 'xxx'
function builtin_firmware currently assumes FIRMWARE_PATH ends with "/"
fixing the path passed to meson allows the firmware loader to succeed.
systemd-udevd[145]: wr
From: Andy Kling
This ensures pam plugins required by /etc/pam.d/systemd-user
to open a user session are installed.
systemd[1]: Starting User Manager for UID 994...
systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so)
Drop package systemd-pam to prevent confusion.
It is
From: Andy Kling
This ensures pam plugins required by /etc/pam.d/systemd-user
to open a user session are installed.
systemd[1]: Starting User Manager for UID 994...
systemd[6493]: PAM unable to dlopen(/lib/security/pam_keyinit.so)
Drop package systemd-pam to prevent confusion.
It is
From: Andy Kling
move pam related files to already existing systemd-pam package.
add runtime dependencies to required pam plugins.
This ensures pam plugins required by /etc/pam.d/systemd-user
to open a user session are installed.
systemd[1]: Starting User Manager for UID 994...
syst
From: Andy Kling
this allows to get rid of a chunk of data for
images only requiring dhcp-client.
-4553 KiB python3-codecs
-3669 KiB bind
-2087 KiB libpython3.5m1.0
+2384 KiB bind-libs
-1343 KiB python3-core
-1173 KiB python3-lang
-1077 KiB python3-io
-507 KiB
From: Andy Kling
move pam related files to already existing systemd-pam package.
add runtime dependencies to pam plugins introduced by file systemd-user.
Signed-off-by: Andy Kling
---
meta/recipes-core/systemd/systemd_234.bb | 15 ---
1 file changed, 12 insertions(+), 3 deletio
From: Andy Kling
configure.ac from dbus uses $PATH to get the location of systemctl.
If it is not found /usr/bin/systemctl is used. It is possible to
override the location by passing SYSTEMCTL=[value] to configure.
The value is used to replace @SYSTEMCTL@ in systemd-user/dbus.socket.in.