]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: add udev.hwdb and udev.conf
authorHarald Hoyer <harald@redhat.com>
Wed, 8 Jun 2016 14:46:42 +0000 (16:46 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 8 Jun 2016 14:47:41 +0000 (16:47 +0200)
modules.d/00systemd/module-setup.sh

index 951a5be9027fbf4761ff4b1e2ee7a8f28b8c8c65..dcee08b94c031aa25e09ea9223b146b9294e3d41 100755 (executable)
@@ -130,7 +130,9 @@ install() {
         kmod insmod rmmod modprobe modinfo depmod lsmod \
         mount umount reboot poweroff \
         systemd-run systemd-escape \
-        systemd-cgls systemd-tmpfiles
+        systemd-cgls systemd-tmpfiles \
+        /etc/udev/udev.hwdb \
+        ${NULL}
 
     inst_multiple -o \
         /usr/lib/modules-load.d/*.conf \
@@ -167,7 +169,9 @@ install() {
             /etc/locale.conf \
             /etc/modules-load.d/*.conf \
             /etc/sysctl.d/*.conf \
-            /etc/sysctl.conf
+            /etc/sysctl.conf \
+            /etc/udev/udev.conf \
+            ${NULL}
 
         _mods=$(modules_load_get /etc/modules-load.d)
         [[ $_mods ]] && instmods $_mods
@@ -196,7 +200,8 @@ install() {
         71-seat.rules \
         73-seat-late.rules \
         90-vconsole.rules \
-        99-systemd.rules
+        99-systemd.rules \
+        ${NULL}
 
     for i in \
         emergency.target \