Browse Source

udev-rules: do not install all /etc/group

master
Harald Hoyer 13 years ago
parent
commit
b85f723535
  1. 2
      modules.d/95udev-rules/module-setup.sh

2
modules.d/95udev-rules/module-setup.sh

@ -9,7 +9,7 @@ install() { @@ -9,7 +9,7 @@ install() {
# ultimately, /lib/initramfs/rules.d or somesuch which includes links/copies
# of the rules we want so that we just copy those in would be best
dracut_install udevadm cat uname blkid \
/etc/udev/udev.conf /etc/group
/etc/udev/udev.conf

[ -d ${initdir}/lib/systemd ] || mkdir -p ${initdir}/lib/systemd
for _i in ${systemdutildir}/systemd-udevd ${udevdir}/udevd /lib/systemd/systemd-udevd /sbin/udevd; do

Loading…
Cancel
Save