Skip to content
Snippets Groups Projects
Unverified Commit 7f886967 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

docs/env_variables: document PMB_FDE_PASSWORD

parent 561ff0dc
Branches
Tags
1 merge request!2538pmb.install.format: add support for setting FDE passphrase from cli
Pipeline #217228 passed
......@@ -13,3 +13,11 @@ APKINDEX results in a 404 not found error. This is used by
[bpo](https://build.postmarketos.org) when building a new stable repository for
the first time. For example if the `x86_64` repository was already built and
published, but the `aarch64` repository wasn't published yet.
## `PMB_FDE_PASSWORD`
This variable can be used to set the password when running `install --fde`. The
password is written to a temporary file and can be read from
`/proc/<pid>/environ`. Make sure you are aware of the security implications,
consider using this feature only with test passwords or in environments such as
live operating systems running in memory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment