From a15e5658875dd53856a59da64aa214b96871efa6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 23 Nov 2013 18:46:20 -0500 Subject: mkinitcpio.8: document -d, --generatedir Signed-off-by: Dave Reisner --- man/mkinitcpio.8.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 4175609..5edf66c 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -32,10 +32,15 @@ Options *-c, \--config* 'config':: Use 'config' file to generate the ramdisk. Default: /etc/mkinitcpio.conf +*-d, \--generatedir* 'directory':: + Set 'directory' as the location where the initramfs is built. This might be + useful to generate a shutdown ramfs in '/run/initramfs'. + *-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'. -- cgit v1.2.3-24-g4f1b