]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
udev-rules/module-setup.sh: do not install /run/*
authorHarald Hoyer <harald@redhat.com>
Thu, 14 Mar 2013 16:59:07 +0000 (17:59 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 14 Mar 2013 17:30:35 +0000 (18:30 +0100)
modules.d/95udev-rules/module-setup.sh

index 1eb8642c91dca2ad2e1b13840ba3c22ae726c342..945964662518f9b2bf3d64adc1222e40eebd8dc5 100755 (executable)
@@ -36,9 +36,6 @@ install() {
 
     prepare_udev_rules 59-persistent-storage.rules 61-persistent-storage.rules
 
-    inst_dir /run/udev
-    inst_dir /run/udev/rules.d
-
     {
         for i in cdrom tape dialout floppy; do
             if ! egrep -q "^$i:" "$initdir/etc/group" 2>/dev/null; then