~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to man/systemd-cryptsetup-generator.8

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: systemd-cryptsetup-generator
3
 
.\"    Author: Lennart Poettering <lennart@poettering.net>
4
 
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5
 
.\"      Date: 03/07/2013
6
 
.\"    Manual: systemd-cryptsetup-generator
7
 
.\"    Source: systemd
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "SYSTEMD\-CRYPTSETUP\" "8" "" "systemd" "systemd-cryptsetup-generator"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * Define some portability stuff
13
 
.\" -----------------------------------------------------------------
14
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
 
.\" http://bugs.debian.org/507673
16
 
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
 
.ie \n(.g .ds Aq \(aq
19
 
.el       .ds Aq '
20
 
.\" -----------------------------------------------------------------
21
 
.\" * set default formatting
22
 
.\" -----------------------------------------------------------------
23
 
.\" disable hyphenation
24
 
.nh
25
 
.\" disable justification (adjust text to left margin only)
26
 
.ad l
27
 
.\" -----------------------------------------------------------------
28
 
.\" * MAIN CONTENT STARTS HERE *
29
 
.\" -----------------------------------------------------------------
30
 
.SH "NAME"
31
 
systemd-cryptsetup-generator \- Unit generator for /etc/crypttab
32
 
.SH "SYNOPSIS"
33
 
.PP
34
 
/usr/lib/systemd/system\-generators/systemd\-cryptsetup\-generator
35
 
.SH "DESCRIPTION"
36
 
.PP
37
 
systemd\-cryptsetup\-generator
38
 
is a generator that translates
39
 
/etc/crypttab
40
 
into native systemd units early at boot and when configuration of the system manager is reloaded\&. This will create
41
 
\fBsystemd-cryptsetup@.service\fR(8)
42
 
units as necessary\&.
43
 
.PP
44
 
systemd\-cryptsetup\-generator
45
 
implements the
46
 
\m[blue]\fBgenerator specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
47
 
.SH "KERNEL COMMAND LINE"
48
 
.PP
49
 
systemd\-cryptsetup\-generator
50
 
understands the following kernel command line parameters:
51
 
.PP
52
 
\fIluks=\fR, \fIrd\&.luks=\fR
53
 
.RS 4
54
 
Takes a boolean argument\&. Defaults to
55
 
yes\&. If
56
 
no
57
 
disables the generator entirely\&.
58
 
\fIrd\&.luks=\fR
59
 
is honored only by initial RAM disk (initrd) while
60
 
\fIluks=\fR
61
 
is honored by both the main system and the initrd\&.
62
 
.RE
63
 
.PP
64
 
\fIluks\&.crypttab=\fR, \fIrd\&.luks\&.crypttab=\fR
65
 
.RS 4
66
 
Takes a boolean argument\&. Defaults to
67
 
yes\&. If
68
 
no
69
 
causes the generator to ignore any devices configured in
70
 
/etc/crypttab
71
 
(\fIluks\&.uuid=\fR
72
 
will still work however)\&.
73
 
\fIrd\&.luks\&.crypttab=\fR
74
 
is honored only by initial RAM disk (initrd) while
75
 
\fIluks\&.crypttab=\fR
76
 
is honored by both the main system and the initrd\&.
77
 
.RE
78
 
.PP
79
 
\fIluks\&.uuid=\fR, \fIrd\&.luks\&.uuid=\fR
80
 
.RS 4
81
 
Takes a LUKS super block UUID as argument\&. This will activate the specified device as part of the boot process as if it was listed in
82
 
/etc/fstab\&. This option may be specified more than once in order to set up multiple devices\&.
83
 
\fIrd\&.luks\&.uuid=\fR
84
 
is honored only by initial RAM disk (initrd) while
85
 
\fIluks\&.uuid=\fR
86
 
is honored by both the main system and the initrd\&.
87
 
.RE
88
 
.SH "SEE ALSO"
89
 
.PP
90
 
 
91
 
\fBsystemd\fR(1),
92
 
\fBcrypttab\fR(5),
93
 
\fBsystemd-cryptsetup@.service\fR(8),
94
 
\fBcryptsetup\fR(8),
95
 
\fBsystemd-fstab-generator\fR(8)
96
 
.SH "NOTES"
97
 
.IP " 1." 4
98
 
generator specification
99
 
.RS 4
100
 
\%http://www.freedesktop.org/wiki/Software/systemd/Generators
101
 
.RE