]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 26072a9f6159b1ea887a2cf2e3b7de56673c74e5..24b7a8c7c896be71bf706ba9adc86da0bbf10cf4 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 8709617de824385c95fa6ac9319b6b999f1efae1..017a2211c6dcff9f473d9aa3b98dabaa79dcea18 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_.