summaryrefslogtreecommitdiff
path: root/libre/notsystemd/initcpio-install-udev
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-12 18:32:37 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-12 22:33:19 -0400
commit73934ba2e660313bde6f191d3de7632a41db6cc5 (patch)
tree9625c1003c63a357647ff7f75bf6b79bb07fa88e /libre/notsystemd/initcpio-install-udev
parent9ffca5fbaf194023453084db2907b58f50fe36a0 (diff)
downloadabslibre-73934ba2e660313bde6f191d3de7632a41db6cc5.tar.gz
abslibre-73934ba2e660313bde6f191d3de7632a41db6cc5.tar.bz2
abslibre-73934ba2e660313bde6f191d3de7632a41db6cc5.zip
libre/notsystemd: update to 233.1
Diffstat (limited to 'libre/notsystemd/initcpio-install-udev')
-rw-r--r--libre/notsystemd/initcpio-install-udev7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/notsystemd/initcpio-install-udev b/libre/notsystemd/initcpio-install-udev
index 7f0301a48..31d982712 100644
--- a/libre/notsystemd/initcpio-install-udev
+++ b/libre/notsystemd/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
}