diff options
author | Morten Linderud <morten@linderud.pw> | 2019-09-10 22:54:25 +0200 |
---|---|---|
committer | Giancarlo Razzolini <grazzolini@archlinux.org> | 2019-10-04 19:29:17 +0200 |
commit | 66ab66ebccfc66a8d3afd6f331b4548f6cd973a7 (patch) | |
tree | 5b060bb633d8e9a10dcf92e65e6a8da2d35cdf51 /man | |
parent | 06bc15f71a3e627b62c8de589f8c511deaaca791 (diff) | |
download | mkinitcpio-66ab66ebccfc66a8d3afd6f331b4548f6cd973a7.tar.gz mkinitcpio-66ab66ebccfc66a8d3afd6f331b4548f6cd973a7.tar.xz |
Add flag to specify where to look for hooks.
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.8.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 79dbee3..16b914e 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -36,11 +36,14 @@ Options Set 'directory' as the location where the initramfs is built. This might be useful to generate a shutdown ramfs in '/run/initramfs'. +*-D, \--hookdir* 'directory':: + Set 'directory' as the location where hooks will be searched for when + generating the image. + *-g, \--generate* 'filename':: Generate a CPIO image as 'filename'. Default: no; this means nothing will be written to the filesystem unless this option is specified. - *-H, \--hookhelp* 'hookname':: Output help for hookname 'hookname'. |