diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-08-06 22:27:49 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-08-06 22:27:49 +0000 |
commit | 7b45d06d80f498a6ea9630c51c11ca46ac5ad1d7 (patch) | |
tree | 9a2d0ecd0b24c9369df4ef5c02877d6ba7c4c70d /crypttab.5 | |
parent | 069c1c9f7f5523fdf91e7606a67ff62c213ba86b (diff) | |
download | initscripts-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.5 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |