Felix Singer has uploaded this change for review.

View Change

util/liveiso/nixos: Install various extractor tools

Firmware files are packaged in various formats and very often some
Windows-only executable is used for unpacking files. These extractors
allow to deal with some of them without having to run the executables.

Change-Id: I1346807508a6baba801c4d5ed0a575b17e06c8d4
Signed-off-by: Felix Singer <felixsinger@posteo.net>
---
M util/liveiso/nixos/common.nix
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/83522/1
diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix
index d461976..4c906ca 100644
--- a/util/liveiso/nixos/common.nix
+++ b/util/liveiso/nixos/common.nix
@@ -104,6 +104,7 @@
acpica-tools
btrfs-progs
bzip2
+ cabextract
ccrypt
chipsec
coreboot-utils
@@ -130,6 +131,7 @@
hexdump
htop
i2c-tools
+ innoextract
intel-gpu-tools
inxi
iotools
@@ -169,6 +171,7 @@
tpm2-tools
uefitool
uefitoolPackages.old-engine
+ unshield
unzip
upterm
usbutils

To view, visit change 83522. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I1346807508a6baba801c4d5ed0a575b17e06c8d4
Gerrit-Change-Number: 83522
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <service+coreboot-gerrit@felixsinger.de>