diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-07-17 22:33:40 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-07-18 23:30:44 +0000 |
commit | 83387c97fbd7da47d67fa33a4145e1bce89a4ba6 (patch) | |
tree | 0d45d639a84a2d3e49b83550f27a84115402db2f | |
parent | 3b07a890b522e355c5c36be269c809fecada4ed3 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83522
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
-rw-r--r-- | util/liveiso/nixos/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/liveiso/nixos/common.nix b/util/liveiso/nixos/common.nix index d4619764df..4c906cab1c 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 |