From 6a585950c5a014c35e449861b6b2040dca2d2516 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 27 Jul 2012 23:52:02 -0400 Subject: implement --moduleroot option This might be useful for creating an initramfs image as part of a kernel package. Signed-off-by: Dave Reisner --- mkinitcpio.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkinitcpio.8.txt') 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. -- cgit v1.2.3-24-g4f1b