diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-28 05:52:02 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-07-28 17:53:45 +0200 |
commit | 6a585950c5a014c35e449861b6b2040dca2d2516 (patch) | |
tree | cdf5aa65a7d55e54299baa6bca187ccf1dd43ad9 /mkinitcpio.8.txt | |
parent | b8459a2ac067b05925d660fdf2b62855eae544da (diff) | |
download | mkinitcpio-6a585950c5a014c35e449861b6b2040dca2d2516.tar.gz mkinitcpio-6a585950c5a014c35e449861b6b2040dca2d2516.tar.xz |
implement --moduleroot option
This might be useful for creating an initramfs image as part of a kernel
package.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.8.txt')
-rw-r--r-- | mkinitcpio.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index 06957ac..fa30b30 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -62,6 +62,9 @@ Options /etc/mkinitcpio.d (without the .preset extension) or a full, absolute path to a file. +*-r, \--moduleroot* 'root':: + Specifies the root directory to find modules in, defaulting to '/'. + *-S, \--skiphooks* 'hooks':: Skip 'hooks' when generating the image. Multiple hooks should be comma-separated. This option can be specified multiple times. |