A minimal fork of Clevis, rewritten in POSIX shell to accommodate automatic decryption of a ZFS root pool with TPM2.
Find a file
2025-02-14 22:09:28 +01:00
src src/zlevis-encrypt: update error message 2025-02-14 22:09:28 +01:00
LICENSE Initial commit 2024-11-14 21:46:13 +01:00
meson.build meson.build: updated formatting 2024-12-22 13:29:57 +01:00
README.md README.md: useful update 2025-02-13 21:26:31 +01:00

Zlevis

A minimal fork of 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

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