2024-11-14 21:56:54 +01:00
# Zlevis
2024-11-14 21:46:13 +01:00
2024-11-14 21:56:54 +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.
2024-11-22 22:00:38 +01:00
## Installation
2025-03-02 20:48:52 +01:00
Zlevis can be installed with `meson` , after cloning the repository, setup the build directory
2024-11-22 22:00:38 +01:00
```
$ meson setup builddir
```
2025-02-13 21:26:31 +01:00
> Using the `--prefix=/usr` flag will install `zlevis` in `/usr/bin` instead of `/usr/local/bin`.
> Using the `--reconfigure` flag will reconfigure the build directory.
2024-11-22 22:00:38 +01:00
Installation of the zlevis scripts is now performed with
```
# meson install -C builddir
```