From: Amadeusz Żołnowski Date: Mon, 26 Mar 2012 12:28:36 +0000 (+0200) Subject: document --tmpdir option X-Git-Tag: 018~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dd68ca415ca7093a5d151e194da664682bfb8ca;p=thirdparty%2Fdracut.git document --tmpdir option --- diff --git a/dracut.8.asc b/dracut.8.asc index 26072a9f6..24b7a8c7c 100644 --- a/dracut.8.asc +++ b/dracut.8.asc @@ -217,6 +217,12 @@ Default: Default: _/etc/dracut.conf.d_ +**--tmpdir** __:: + specify temporary directory to use. ++ +Default: + _/var/tmp_ + **--sshkey** __:: ssh key file used with ssh-client module. **-l, --local**:: diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc index 8709617de..017a2211c 100644 --- a/dracut.conf.5.asc +++ b/dracut.conf.5.asc @@ -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=*"____":: + 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_.