Add magic invocation to README

This commit is contained in:
Julian Stecklina 2022-11-21 16:02:20 +01:00
parent b10ee4d0d6
commit 8a505bd0e1
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
# UEFI Helpers # UEFI Helpers
How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html
```
nix build --builders "" && cp -f result/bin/lanzaboote.efi esp/EFI/Linux/lanzaboote-x.efi && qemu-uefi -drive format=raw,file=fat:rw:esp
```