From 726524d2d75050d3d8e89896673d72b08d76f0c5 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 14 Sep 2023 11:57:48 +0200 Subject: [PATCH] readme: update about lzbt Explains what is the backend. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf9ceb7..35b8cce 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Boot effective: These steps will not be covered here. -### `lzbt`, the Lanzaboote tool +### `lzbt-*`, the Lanzaboote tool At the moment, boot loaders, kernels and initrds on NixOS are signed on the current system. These then need to be prepared as [Unified @@ -68,7 +68,13 @@ installs the UKI along with other required files to the ESP. `lzbt` is also aware of multiple NixOS generations and will sign all configurations that should be bootable. -`lzbt` lives in [`rust/tool`](rust/tool). +We have multiple backends for `lzbt`: + +- `lzbt-systemd` lives in [`rust/tool/systemd`](rust/tool/systemd) + +In the future, `lzbt` may support more backends. + +Shared code lives in [`rust/tool/shared`](rust/tool/shared). ### Stub