From 8a505bd0e1fd9b8dfcd5b2d4bf9eb2005f0e24dd Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Mon, 21 Nov 2022 16:02:20 +0100 Subject: [PATCH] Add magic invocation to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63399ed..1d90b3d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,7 @@ # UEFI Helpers 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 +```