7 '/usr/lib/systemd/systemd-udevd' \
9 '/usr/bin/systemd-tmpfiles'
12 '50-udev-default.rules' \
13 '60-persistent-storage.rules' \
18 '/usr/lib/udev/ata_id' \
19 '/usr/lib/udev/scsi_id'
26 This hook adds the udev daemon to the initramfs, allowing for dynamic loading
27 of modules and reliable detection of the root device via tags (e.g. UUID or
28 LABEL). Do not remove this hook unless you are using the systemd hook, or you
29 know what you're doing.
33 # vim: set ft=sh ts=4 sw=4 et: