2012-06-27 16:51:47 +04:00
<?xml version="1.0"?>
<!-- * - nxml - * -->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of systemd.
Copyright 2012 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http: / / w w w . g n u . o r g / l i c e n s e s /> .
-->
2013-02-03 07:47:47 +04:00
<refentry id= "systemd-cryptsetup-generator" conditional= 'HAVE_LIBCRYPTSETUP' >
2012-06-27 16:51:47 +04:00
<refentryinfo >
<title > systemd-cryptsetup-generator</title>
<productname > systemd</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Lennart</firstname>
<surname > Poettering</surname>
<email > lennart@poettering.net</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > systemd-cryptsetup-generator</refentrytitle>
<manvolnum > 8</manvolnum>
</refmeta>
<refnamediv >
<refname > systemd-cryptsetup-generator</refname>
2012-06-27 17:03:02 +04:00
<refpurpose > Unit generator for <filename > /etc/crypttab</filename> </refpurpose>
2012-06-27 16:51:47 +04:00
</refnamediv>
<refsynopsisdiv >
2012-06-27 17:03:02 +04:00
<para > <filename > /usr/lib/systemd/system-generators/systemd-cryptsetup-generator</filename> </para>
2012-06-27 16:51:47 +04:00
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para > <filename > systemd-cryptsetup-generator</filename>
is a generator that translates
<filename > /etc/crypttab</filename> into native systemd
units early at boot and when configuration of the
system manager is reloaded. This will create
<citerefentry > <refentrytitle > systemd-cryptsetup@.service</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry>
units as necessary.</para>
<para > <filename > systemd-cryptsetup-generator</filename>
implements the <ulink
2012-10-02 19:52:29 +04:00
url="http://www.freedesktop.org/wiki/Software/systemd/Generators">generator
2012-06-27 16:51:47 +04:00
specification</ulink> .</para>
</refsect1>
<refsect1 >
<title > Kernel Command Line</title>
<para > <filename > systemd-cryptsetup-generator</filename> understands
the following kernel command line parameters:</para>
2013-01-26 19:47:16 +04:00
<variablelist class= 'kernel-commandline-options' >
2012-06-27 16:51:47 +04:00
<varlistentry >
<term > <varname > luks=</varname> </term>
<term > <varname > rd.luks=</varname> </term>
<listitem > <para > Takes a boolean
argument. Defaults to
<literal > yes</literal> . If
2013-09-12 23:12:49 +04:00
<literal > no</literal> , disables the
2012-06-27 16:51:47 +04:00
generator
entirely. <varname > rd.luks=</varname>
2012-10-26 02:16:47 +04:00
is honored only by initial RAM disk
2012-06-27 16:51:47 +04:00
(initrd) while
2012-10-26 02:16:47 +04:00
<varname > luks=</varname> is honored
2012-06-27 16:51:47 +04:00
by both the main system and the
initrd. </para> </listitem>
</varlistentry>
<varlistentry >
<term > <varname > luks.crypttab=</varname> </term>
<term > <varname > rd.luks.crypttab=</varname> </term>
<listitem > <para > Takes a boolean
argument. Defaults to
<literal > yes</literal> . If
2013-09-12 23:12:49 +04:00
<literal > no</literal> , causes the
2012-06-27 16:51:47 +04:00
generator to ignore any devices
configured in
<filename > /etc/crypttab</filename>
(<varname > luks.uuid=</varname> will
still work
however). <varname > rd.luks.crypttab=</varname>
2012-10-26 02:16:47 +04:00
is honored only by initial RAM disk
2012-06-27 16:51:47 +04:00
(initrd) while
<varname > luks.crypttab=</varname> is
2012-10-26 02:16:47 +04:00
honored by both the main system and
2012-06-27 16:51:47 +04:00
the initrd. </para> </listitem>
</varlistentry>
<varlistentry >
<term > <varname > luks.uuid=</varname> </term>
<term > <varname > rd.luks.uuid=</varname> </term>
2013-10-15 10:58:51 +04:00
<listitem > <para > Takes a LUKS superblock
UUID as argument. This will
2012-06-27 16:51:47 +04:00
activate the specified device as part
of the boot process as if it was
listed in
2014-12-02 20:49:28 +03:00
<filename > /etc/crypttab</filename> . This
2012-06-27 16:51:47 +04:00
option may be specified more than once
in order to set up multiple
devices. <varname > rd.luks.uuid=</varname>
2012-10-26 02:16:47 +04:00
is honored only by initial RAM disk
2012-06-27 16:51:47 +04:00
(initrd) while
<varname > luks.uuid=</varname> is
2012-10-26 02:16:47 +04:00
honored by both the main system and
2013-04-11 17:44:33 +04:00
the initrd.</para>
<para > If /etc/crypttab contains entries with
2014-12-02 20:49:28 +03:00
the same UUID, then the name, keyfile and options
specified there will be used. Otherwise the device
will have the name <literal > luks-UUID</literal> .</para>
<para > If /etc/crypttab exists, only those UUIDs
2013-04-11 17:44:33 +04:00
specified on the kernel command line
will be activated in the initrd or the real root.</para>
</listitem>
</varlistentry>
2013-08-18 10:59:00 +04:00
2014-12-02 20:49:30 +03:00
<varlistentry >
<term > <varname > luks.name=</varname> </term>
<term > <varname > rd.luks.name=</varname> </term>
<listitem > <para > Takes a LUKS super
block UUID followed by an '=' and a name. This implies
<varname > rd.luks.uuid=</varname> or <varname > luks.uuid=</varname>
and will additionally make the LUKS device given by
the UUID appear under the provided name.</para>
<para > <varname > rd.luks.name=</varname>
is honored only by initial RAM disk
(initrd) while
<varname > luks.name=</varname> is
honored by both the main system and
the initrd.</para>
</listitem>
</varlistentry>
2013-08-18 10:59:00 +04:00
<varlistentry >
<term > <varname > luks.options=</varname> </term>
<term > <varname > rd.luks.options=</varname> </term>
<listitem > <para > Takes a LUKS super
block UUID followed by an '=' and a string
of options separated by commas as argument.
This will override the options for the given
UUID.</para>
<para > If only a list of options, without an
UUID, is specified, they apply to any UUIDs not
specified elsewhere, and without an entry in
/etc/crypttab.</para> <para >
<varname > rd.luks.options=</varname>
is honored only by initial RAM disk
(initrd) while
<varname > luks.options=</varname> is
honored by both the main system and
the initrd.</para>
</listitem>
</varlistentry>
2013-04-11 17:44:33 +04:00
<varlistentry >
<term > <varname > luks.key=</varname> </term>
<term > <varname > rd.luks.key=</varname> </term>
2014-12-02 20:49:29 +03:00
<listitem > <para > Takes a password file name as argument or
a LUKS super block UUID followed by a '=' and a password
file name.</para>
2013-04-11 17:44:33 +04:00
<para > For those entries specified with
<varname > rd.luks.uuid=</varname> or <varname > luks.uuid=</varname> ,
2014-12-02 20:49:29 +03:00
the password file will be set to the one specified by
<varname > rd.luks.key=</varname> or <varname > luks.key=</varname>
of the corresponding UUID, or the password file that was specified
without a UUID.</para>
2013-04-11 17:44:33 +04:00
<para > <varname > rd.luks.key=</varname>
is honored only by initial RAM disk
(initrd) while
<varname > luks.key=</varname> is
honored by both the main system and
the initrd.</para>
</listitem>
2012-06-27 16:51:47 +04:00
</varlistentry>
</variablelist>
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
<citerefentry > <refentrytitle > systemd</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > crypttab</refentrytitle> <manvolnum > 5</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > systemd-cryptsetup@.service</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry> ,
2012-06-27 17:27:29 +04:00
<citerefentry > <refentrytitle > cryptsetup</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry> ,
<citerefentry > <refentrytitle > systemd-fstab-generator</refentrytitle> <manvolnum > 8</manvolnum> </citerefentry>
2012-06-27 16:51:47 +04:00
</para>
</refsect1>
</refentry>