document --tmpdir option
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Mon, 26 Mar 2012 12:28:36 +0000 (14:28 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 26 Mar 2012 12:40:53 +0000 (14:40 +0200)
dracut.8.asc
dracut.conf.5.asc

index 26072a9..24b7a8c 100644 (file)
@@ -217,6 +217,12 @@ Default:
 Default:
    _/etc/dracut.conf.d_
 
+**--tmpdir** _<temporary directory>_::
+    specify temporary directory to use.
++
+Default:
+   _/var/tmp_
+
 **--sshkey** _<sshkey file>_:: ssh key file used with ssh-client module.
 
 **-l, --local**::
index 8709617..017a221 100644 (file)
@@ -67,6 +67,9 @@ line are not interpreted.
 *hostonly=*"__{yes|no}__"::
     Host-Only mode: Install only what is needed for booting the local host instead of a generic host.
 
+*tmpdir=*"__<temporary directory>__"::
+    Specify temporary directory to use.
+
 [WARNING]
 ====
 If chrooted to another root other than the real root device, use --fstab and provide a valid _/etc/fstab_.