diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-02-04 20:21:42 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-02-05 02:21:52 +0100 |
commit | 85ae2bcd44de36b282ebe216ed64127d243e72c5 (patch) | |
tree | 55194b2983b8ee56c8b9c9d1f7224692e8cef35d /man | |
parent | e5b9d8a94576e11d7a19e7645328a9bccf90ce73 (diff) | |
download | mkinitcpio-85ae2bcd44de36b282ebe216ed64127d243e72c5.tar.gz mkinitcpio-85ae2bcd44de36b282ebe216ed64127d243e72c5.tar.xz |
Add -P, --allpresets option
As a logical extension, allow the -p option to be specified multiple
times in order to process several presets at once.
Original-patch-by: Sébastien Luttringer <seblu@seblu.net>
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.8.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 2b0f524..56ac571 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -57,10 +57,14 @@ Options *-n, \--nocolor*:: Disable color output. +*-P, \--allpresets*:: + Process all presets contained in '/etc/mkinitcpio.d'. See the '-p' option for + more detail about presets. + *-p, \--preset* 'preset':: Build initramfs image(s) according to specified 'preset'. This may be a file in /etc/mkinitcpio.d (without the .preset extension) or a full, absolute path to a - file. + file. This option may be specified multiple times to process multiple presets. *-r, \--moduleroot* 'root':: Specifies the root directory to find modules in, defaulting to '/'. @@ -254,7 +258,7 @@ Files Default configuration file for mkinitcpio. '/etc/mkinitcpio.d':: - Folder containing mkinitcpio presets. + Directory containing mkinitcpio presets. '/usr/lib/initcpio/install':: '/lib/initcpio/install':: |