zlevis/README.md

24 lines
463 B
Markdown
Raw Permalink Normal View History

# Zlevis
2024-11-14 21:46:13 +01:00
A minimal fork of [Clevis](https://github.com/latchset/clevis), rewritten in POSIX shell to accommodate automatic decryption of a ZFS root pool with TPM2.
## Installation
### Alpine Linux
Work in progress.
### Manual
Zlevis can be manually installed with `meson`, after cloning the repository, setup the build directory
```
$ meson setup builddir
```
Installation of the zlevis scripts is now performed with
```
# meson install -C builddir
```