stage2: drop 50-udev

This script does what hasn't been needed for over 10 years.
This commit is contained in:
Anton Midyukov 2022-08-10 21:47:25 +07:00
parent 2d6e5ded75
commit 4baa05a68f

View File

@ -1,9 +0,0 @@
#!/bin/sh
# for udev
ln -sf /proc/mounts /etc/mtab
# pam_console_apply is harmful during install
find /etc/udev/rules.d/ -type f -print0 |
xargs -r0 grep -F -Zl pam_console_apply -- |
xargs -r0 rm -fv --