mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Use pre-generated man pages in make dist. [Added fixes and updates from Ondrej Kozina and Milan Broz]
29 lines
725 B
Plaintext
29 lines
725 B
Plaintext
= cryptsetup-luksResume(8)
|
|
:doctype: manpage
|
|
:manmanual: Maintenance Commands
|
|
:mansource: cryptsetup {release-version}
|
|
:man-linkstyle: pass:[blue R < >]
|
|
:COMMON_OPTIONS:
|
|
:ACTION_LUKSRESUME:
|
|
|
|
== Name
|
|
|
|
cryptsetup-luksResume - resume a suspended device and reinstate the key
|
|
|
|
== SYNOPSIS
|
|
|
|
*cryptsetup _luksResume_ [<options>] <name>*
|
|
|
|
== DESCRIPTION
|
|
|
|
Resumes a suspended device and reinstates the encryption key. Prompts
|
|
interactively for a passphrase if no token is usable (LUKS2 only) or
|
|
--key-file is not given.
|
|
|
|
*<options>* can be [--key-file, --keyfile-size, --header,
|
|
--disable-keyring, --disable-locks, --token-id, --token-only,
|
|
--token-type, --type]
|
|
|
|
include::man/common_options.adoc[]
|
|
include::man/common_footer.adoc[]
|