lanzaboote/README.md

10 lines
240 B
Markdown
Raw Normal View History

2022-11-21 09:36:39 -05:00
# UEFI Helpers
How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html
2022-11-21 10:02:20 -05:00
```
2022-11-21 10:03:58 -05:00
nix build --builders "" && cp -f result/bin/lanzaboote.efi esp/EFI/Linux/lanzaboote.efi && qemu-uefi -drive format=raw,file=fat:rw:esp
2022-11-21 10:02:20 -05:00
```