From 5e44322532f837e7ceb03c34fa4765571da512b7 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 13 Sep 2021 22:46:23 +0200 Subject: util/liveiso: Install UEFITool packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install both versions of UEFITool, the one with the old engine and the new one. It's not possible to use both packages in the same environment, since there is a collision between the names of the binary files. To make sure a specific package is used, a new environment needs to be spawned with the following command: $ nix-shell -p The UEFITool binaries can be executed from the shell then. Change-Id: Ia5d679c6e7cd01c2ab819bd6c085596a926c494d Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/57624 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Michael Niewöhner --- util/liveiso/common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/liveiso') diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix index 45cf84202f..320971b57c 100644 --- a/util/liveiso/common.nix +++ b/util/liveiso/common.nix @@ -152,6 +152,8 @@ testdisk tmate tmux + uefitool + uefitoolPackages.old-engine unzip upterm usbutils -- cgit v1.2.3