summaryrefslogtreecommitdiffstats
path: root/abs/core/systemd/initcpio-install-udev
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-04 21:45:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-04 21:45:17 (GMT)
commitf961eb7d7befe4dce77937b7fad6d97089ae76f1 (patch)
treec51cf18fc3b5997caf3865da19a382f3f2c041a7 /abs/core/systemd/initcpio-install-udev
parent775c7e109a8b8dde65c5baee7d6bb3265ea76c06 (diff)
downloadlinhes_pkgbuild-f961eb7d7befe4dce77937b7fad6d97089ae76f1.zip
linhes_pkgbuild-f961eb7d7befe4dce77937b7fad6d97089ae76f1.tar.gz
linhes_pkgbuild-f961eb7d7befe4dce77937b7fad6d97089ae76f1.tar.bz2
systemd: update to 237.64
Diffstat (limited to 'abs/core/systemd/initcpio-install-udev')
-rw-r--r--abs/core/systemd/initcpio-install-udev7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/systemd/initcpio-install-udev b/abs/core/systemd/initcpio-install-udev
index 7f0301a..31d9827 100644
--- a/abs/core/systemd/initcpio-install-udev
+++ b/abs/core/systemd/initcpio-install-udev
@@ -19,9 +19,10 @@ build() {
help() {
cat <<HELPEOF
-This hook will use udev to create your root device node and detect the needed
-modules for your root device. It is also required for firmware loading in
-initramfs. It is recommended to use this hook.
+This hook adds the udev daemon to the initramfs, allowing for dynamic loading
+of modules and reliable detection of the root device via tags (e.g. UUID or
+LABEL). Do not remove this hook unless you are using the systemd hook, or you
+know what you're doing.
HELPEOF
}