diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-11-24 00:46:20 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-11-24 02:57:13 +0100 |
commit | a15e5658875dd53856a59da64aa214b96871efa6 (patch) | |
tree | 1aeb5ef61adc17b69c5d52a34d8bd7aea6ddd18f | |
parent | caf145fd4a6269b747c0f6134868b9b748dd73f3 (diff) | |
download | mkinitcpio-a15e5658875dd53856a59da64aa214b96871efa6.tar.gz mkinitcpio-a15e5658875dd53856a59da64aa214b96871efa6.tar.xz |
mkinitcpio.8: document -d, --generatedir
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | man/mkinitcpio.8.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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'. |