aboutsummaryrefslogtreecommitdiffstats
path: root/crypttab.5
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2006-08-06 22:27:49 +0000
committerMiloslav Trmac <mitr@volny.cz>2006-08-06 22:27:49 +0000
commit7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7 (patch)
tree9a2d0ecd0b24c9369df4ef5c02877d6ba7c4c70d /crypttab.5
parent069c1c9f7f5523fdf91e7606a67ff62c213ba86b (diff)
downloadinitscripts-7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7.tar
initscripts-7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7.tar.gz
initscripts-7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7.tar.bz2
initscripts-7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7.tar.xz
initscripts-7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7.zip
Support Debian-like "tmp" option in /etc/crypptab (#201382, based on a patch
by Lars Volker <lv@lekv.de>)
Diffstat (limited to 'crypttab.5')
-rw-r--r--crypttab.510
1 files changed, 10 insertions, 0 deletions
diff --git a/crypttab.5 b/crypttab.5
index d868a8c2..73bd8aed 100644
--- a/crypttab.5
+++ b/crypttab.5
@@ -102,6 +102,16 @@ with some of them encrypting the swap partitions and some of them not.)
option will destroy the contents of the named partition during every boot, so
make sure the underlying block device is specified correctly.
+.TP
+\fBtmp\fR
+The encrypted block device will be prepared for using it as tmp partition:
+it will be formatted using
+.B mke2fs
+and its root directory will be set to mode 01777.
+The warning about the
+.B swap
+option applies here as well.
+
.PP
No options can be specified for LUKS encrypted partitions.