Commit 4baa05a6 authored by Anton Midyukov's avatar Anton Midyukov

stage2: drop 50-udev

This script does what hasn't been needed for over 10 years.
parent 2d6e5ded
#!/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 --
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment