summaryrefslogtreecommitdiff
path: root/user/elogind/dracut_module.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-11-26user/elogind: Add dracut module for uaccessA. Wilcox1-0/+18
We have the following in virtually all dmesg, on every bootup: [ 12.782588] systemd-udevd[369]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sr0 ': No such file or directory This is because: * Dracut renames eudev to systemd-udevd * Dracut copies the elogind udev rules to initramfs * The elogind udev rules add uaccess ACL support * uaccess ACL support requires a helper binary with eudev See also: https://github.com/elogind/elogind/pull/47 https://github.com/dracutdevs/dracut/issues/1909 https://github.com/fearedbliss/bliss-initramfs/issues/31