From ed497b1fe0bb69f01ce94da2d8d5c627020fa4fa Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 19 Apr 2025 20:37:46 +0200 Subject: [PATCH] docs/gentoo-desktop-setup/installation.md: update zlevis section Removed redundant zlevis initialization --- docs/gentoo-desktop-setup/installation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/gentoo-desktop-setup/installation.md b/docs/gentoo-desktop-setup/installation.md index b20cbc8..8e838dc 100644 --- a/docs/gentoo-desktop-setup/installation.md +++ b/docs/gentoo-desktop-setup/installation.md @@ -295,12 +295,6 @@ Then simply install it: sh# emerge -av app-crypt/zlevis ``` -Now add `zlevis` to the pool with - -``` shell-session -sh# zfs set tpm:jwe=$(zlevis-encrypt '{}' < /tmp/rpool.key) rpool -``` - ### UKI's UKI's in conjuction with secureboot make for a pretty secure bootchain. It bundles the command line, initramfs, efi-stub and more in one file which can then easily be signed for Secureboot. We use `dracut` as initramfs generator and `ukify` as UKI generator.