A minimal fork of Clevis, rewritten in POSIX shell to accommodate automatic decryption of a ZFS root pool with TPM2.
Find a file
luc a6de269de5 meson.build: add versioning
Added versioning to the binaries with configuration file in meson.
2025-11-08 12:00:03 +01:00
src meson.build: add versioning 2025-11-08 12:00:03 +01:00
LICENSE Initial commit 2024-11-14 21:46:13 +01:00
meson.build meson.build: add versioning 2025-11-08 12:00:03 +01:00
README.md README.md: update 2025-08-01 20:02:36 +02:00

zlevis

A minimal fork of Clevis, rewritten in POSIX shell to accommodate automatic decryption of a ZFS root pool with TPM2.

Installation

zlevis can be installed with meson, after cloning the repository, setup the build directory:

$ meson setup builddir

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.

Installation of the zlevis scripts is now performed with:

# meson install -C builddir