Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83522?usp=email )
Change subject: util/liveiso/nixos: Install various extractor tools ......................................................................
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 --- M util/liveiso/nixos/common.nix 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nicholas Chin: Looks good to me, approved
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