From: Harald Hoyer Date: Tue, 16 Oct 2012 11:16:18 +0000 (+0200) Subject: udev-rules: do not install all /etc/group X-Git-Tag: 024~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b85f72353596c4befe112e61c338f81a007aab38;p=thirdparty%2Fdracut.git udev-rules: do not install all /etc/group --- diff --git a/modules.d/95udev-rules/module-setup.sh b/modules.d/95udev-rules/module-setup.sh index 00f992330..533dfeb22 100755 --- a/modules.d/95udev-rules/module-setup.sh +++ b/modules.d/95udev-rules/module-setup.sh @@ -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