Fix lzbt, stub path links

This commit is contained in:
Sagi Sarussi 2023-07-22 14:17:39 +03:00 committed by nikstur
parent 3dc8778c32
commit e766f36441
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ installs the UKI along with other required files to the
ESP. `lzbt` is also aware of multiple NixOS generations and will ESP. `lzbt` is also aware of multiple NixOS generations and will
sign all configurations that should be bootable. sign all configurations that should be bootable.
`lzbt` lives in `rust/tool`. `lzbt` lives in [`rust/tool`](rust/tool).
### Stub ### Stub
@ -94,7 +94,7 @@ replace it. The "thin" variant is the default, you can build it from the stub
directory with `cargo build`. The "fat" variant needs to be enabled at build directory with `cargo build`. The "fat" variant needs to be enabled at build
time with `cargo build --no-default-features --features fat`. time with `cargo build --no-default-features --features fat`.
The stub lives in `rust/stub`. The stub lives in [`rust/uefi/stub`](rust/uefi/stub).
### Fwupd ### Fwupd