diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-07 00:29:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-07 00:29:29 -0400 |
commit | beb0e21d1829fa4e7cace72f57237cd3af6bb38f (patch) | |
tree | 5623f9bce6cfdff55cf47251d42419be12fa17fb /libre/systemd/initcpio-install-udev | |
parent | 3f10cca999669200eeb5fc49d8411082fb5278a5 (diff) | |
download | abslibre-beb0e21d1829fa4e7cace72f57237cd3af6bb38f.tar.gz abslibre-beb0e21d1829fa4e7cace72f57237cd3af6bb38f.tar.bz2 abslibre-beb0e21d1829fa4e7cace72f57237cd3af6bb38f.zip |
libre/systemd: update to 233
Diffstat (limited to 'libre/systemd/initcpio-install-udev')
-rw-r--r-- | libre/systemd/initcpio-install-udev | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/systemd/initcpio-install-udev b/libre/systemd/initcpio-install-udev index 7f0301a48..31d982712 100644 --- a/libre/systemd/initcpio-install-udev +++ b/libre/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 } |