Add magic invocation to README
This commit is contained in:
parent
b10ee4d0d6
commit
8a505bd0e1
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue