Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect name of udev seat rules file #63

Open
barzog opened this issue Feb 5, 2018 · 2 comments
Open

incorrect name of udev seat rules file #63

barzog opened this issue Feb 5, 2018 · 2 comments

Comments

@barzog
Copy link

barzog commented Feb 5, 2018

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

  •    ${udev_dir}/rules.d/71-seat.rules
    
  •    ${udev_dir}/rules.d/71-udev-seat.rules
       /etc/modprobe.d/blacklist.conf
       /usr/lib/systemd/network/99-default.link
    
    "
Dissonant-Tech added a commit to Dissonant-Tech/genkernel-next that referenced this issue Feb 19, 2018
@Dissonant-Tech
Copy link
Contributor

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?

@barzog
Copy link
Author

barzog commented Feb 20, 2018

Yes, I've tested it, everything is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants