From 8ae9a3c46d21dbf8ccb104daedbeaf2a98afb838 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 4 Aug 2009 07:56:45 -0400 Subject: Update man page to reflect current usage of HOOKS. Signed-off-by: Loui Chang Signed-off-by: Aaron Griffin --- mkinitcpio.5.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt index 868225e..92aa67d 100644 --- a/mkinitcpio.5.txt +++ b/mkinitcpio.5.txt @@ -59,8 +59,10 @@ Options About Hooks ----------- -A hook is a script that executes in the initial ramdisk. The order and which scripts are executed is found in the -*HOOKS*=() array in the mkinitcpio configuration file. A hook will, for example, set up the udev device filesystem, load IDE modules, etc... +A hook is a script that executes in the initial ramdisk. Scripts are +listed in order of execution as a space separated string in the *HOOKS* +variable in the mkinitcpio configuration file. Hooks can, for example, +set up the udev device filesystem, load IDE modules, etc. About Presets ------------- -- cgit v1.2.3-24-g4f1b