Imported Upstream version 2.6.1
[platform/upstream/cryptsetup.git] / man / cryptsetup-config.8.adoc
1 = cryptsetup-config(8)
2 :doctype: manpage
3 :manmanual: Maintenance Commands
4 :mansource: cryptsetup {release-version}
5 :man-linkstyle: pass:[blue R < >]
6 :COMMON_OPTIONS:
7 :ACTION_CONFIG:
8
9 == Name
10
11 cryptsetup-config - set permanent configuration options (store to LUKS header)
12
13 == SYNOPSIS
14
15 *cryptsetup _config_ <options> <device>*
16
17 == DESCRIPTION
18
19 Set permanent configuration options (store to LUKS header). The _config_
20 command is supported only for LUKS2.
21
22 The permanent options can be _--priority_ to set priority (normal,
23 prefer, ignore) for keyslot (specified by _--key-slot_) or _--label_ and
24 _--subsystem_.
25
26 *<options>* can be [--priority, --label, --subsystem, --key-slot,
27 --header, --disable-locks].
28
29 include::man/common_options.adoc[]
30 include::man/common_footer.adoc[]