]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
udev-rules: do not install all /etc/group
authorHarald Hoyer <harald@redhat.com>
Tue, 16 Oct 2012 11:16:18 +0000 (13:16 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Oct 2012 11:16:18 +0000 (13:16 +0200)
modules.d/95udev-rules/module-setup.sh

index 00f992330133d7559100ec4268fbd4f5ce1c19ad..533dfeb22c59cfff072820b56fd43e577a570e52 100755 (executable)
@@ -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