From 77beaa3018f5cacf8bc51251b50e76041c7eb6cd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 6 Jun 2011 20:27:27 -0400 Subject: add -t option to specify alternate build directory This requires some refactoring of how we handle TMPDIR declaration and creation, as well as protecting the way we do cleanup so that we don't error out when cleanup is called prior to TMPDIR being declared. We also add a shortcut to the build root based on the TMPDIR for convenience. Signed-off-by: Dave Reisner --- mkinitcpio.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkinitcpio.5.txt') diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt index 1c96b8e..66bab68 100644 --- a/mkinitcpio.5.txt +++ b/mkinitcpio.5.txt @@ -42,6 +42,9 @@ Options *-S* 'hooks':: Skip 'hooks' when generating the image. Several hooks should be comma-separated. +*-t* 'tmpdir':: + Use 'tmpdir' as the temporary build directory instead of /tmp. 'tmpdir' must exist. + *-v*:: Verbose output. Outputs more information about what's happening during creation of the ramdisk. -- cgit v1.2.3-24-g4f1b