Date: Sunday, March 19, 2017 @ 13:59:02 Author: dreisner Revision: 291091
initcpio/udev: update hook's help verbiage ref: https://bugs.archlinux.org/task/53364 Modified: systemd/trunk/initcpio-install-udev -----------------------+ initcpio-install-udev | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: initcpio-install-udev =================================================================== --- initcpio-install-udev 2017-03-19 12:27:00 UTC (rev 291090) +++ initcpio-install-udev 2017-03-19 13:59:02 UTC (rev 291091) @@ -19,9 +19,10 @@ 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 }
