diff options
| author | Yurii Kolesnykov <yurikoles@gmail.com> | 2017-06-21 17:47:16 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <yurikoles@gmail.com> | 2017-08-08 22:55:43 +0300 |
| commit | d282a28a0487c0dcb1ee29a8ef39a1c9d21ae33b (patch) | |
| tree | d6123c90f8b1487b2825140397f57ad25726827b /initcpio-install-udev | |
| parent | 5ca0e078037c7020b0f92bd81acea4bf03d45e1e (diff) | |
| download | systemd-git-d282a28a0487c0dcb1ee29a8ef39a1c9d21ae33b.tar.gz systemd-git-d282a28a0487c0dcb1ee29a8ef39a1c9d21ae33b.tar.bz2 | |
meson
Diffstat (limited to 'initcpio-install-udev')
| -rw-r--r-- | initcpio-install-udev | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/initcpio-install-udev b/initcpio-install-udev index 7f0301a..31d9827 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 } |
