From c3c7bbfe135af9fc1fa741dff8c47377caf9148e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 7 Jul 2016 21:24:04 +0100 Subject: [PATCH] edk2.git no longer exists. --- mclu_boot.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mclu_boot.ml b/mclu_boot.ml index 8e7f6a3..a87d710 100644 --- a/mclu_boot.ml +++ b/mclu_boot.ml @@ -182,8 +182,8 @@ Try: `mclu on %s'\n" hostname hostname; let nvram = match guest_arch with | "aarch64" -> - Some ("/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw", - "/usr/share/edk2.git/aarch64/vars-template-pflash.raw", + Some ("/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw", + "/usr/share/edk2/aarch64/vars-template-pflash.raw", remote_image ^ ".nvram") | _ -> None in -- 1.8.3.1