Felix Singer has uploaded this change for review.

View Change

util/liveiso: Update to NixOS 21.11

Update configs so that they work with NixOS 21.11. Drop `iasl` package
since it is replaced with acpica-tools.

Change-Id: Icb9a382b83b3b3e55126bb0bb508659d11497a05
Signed-off-by: Felix Singer <felixsinger@posteo.net>
---
M util/liveiso/common.nix
1 file changed, 1 insertion(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/59881/1
diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix
index 3961aba..2ed4af5 100644
--- a/util/liveiso/common.nix
+++ b/util/liveiso/common.nix
@@ -8,7 +8,7 @@
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
];

- system.stateVersion = "21.05";
+ system.stateVersion = "21.11";

isoImage = {
makeEfiBootable = true;
@@ -127,7 +127,6 @@
hexdump
htop
i2c-tools
- iasl
intel-gpu-tools
inxi
iotools

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icb9a382b83b3b3e55126bb0bb508659d11497a05
Gerrit-Change-Number: 59881
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <felixsinger@posteo.net>
Gerrit-MessageType: newchange