summarylogtreecommitdiffstats
path: root/initcpio-install-udev
diff options
context:
space:
mode:
Diffstat (limited to 'initcpio-install-udev')
-rw-r--r--initcpio-install-udev7
1 files changed, 4 insertions, 3 deletions
diff --git a/initcpio-install-udev b/initcpio-install-udev
index 7f0301a48856..31d9827129e7 100644
--- a/initcpio-install-udev
+++ b/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
}