summaryrefslogtreecommitdiffstats
path: root/util/liveiso
diff options
context:
space:
mode:
authorFelix Singer <felix.singer@secunet.com>2021-09-13 22:46:23 +0200
committerFelix Singer <felixsinger@posteo.net>2021-09-15 11:42:59 +0000
commit5e44322532f837e7ceb03c34fa4765571da512b7 (patch)
treed6cda9a2c448b95126e5de10306de9a3611e35d4 /util/liveiso
parente58027cc38deb318fb6d6bf1ef1559f44711c452 (diff)
downloadcoreboot-5e44322532f837e7ceb03c34fa4765571da512b7.tar.gz
coreboot-5e44322532f837e7ceb03c34fa4765571da512b7.tar.bz2
coreboot-5e44322532f837e7ceb03c34fa4765571da512b7.zip
util/liveiso: Install UEFITool packages
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 <package_name> The UEFITool binaries can be executed from the shell then. Change-Id: Ia5d679c6e7cd01c2ab819bd6c085596a926c494d Signed-off-by: Felix Singer <felix.singer@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57624 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'util/liveiso')
-rw-r--r--util/liveiso/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix
index 45cf84202f72..320971b57c35 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