You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://bugs.gentoo.org/517572#c33 in order to support plymouth there was inclusion of /lib/udev/rules.d/71-seat.rules to initramfs.
However as for eudev 3.2.5 the file is 71-udev-seat.rules
simple fix available
I made a pull request with your changes. Github/markdown formatting messed up your diff a bit so can you confirm the pull request changes match your intended changes?
According to https://bugs.gentoo.org/517572#c33 in order to support plymouth there was inclusion of /lib/udev/rules.d/71-seat.rules to initramfs.
However as for eudev 3.2.5 the file is 71-udev-seat.rules
simple fix available
--- gen_initramfs.sh 2018-02-05 11:01:38.137875532 +0300
+++ /usr/share/genkernel/gen_initramfs.sh 2018-02-05 11:02:22.987977037 +0300
@@ -637,7 +637,7 @@
udev_maybe_files="
${udev_dir}/rules.d/40-gentoo.rules
${udev_dir}/rules.d/99-systemd.rules
The text was updated successfully, but these errors were encountered: