coreboot-kgpe-d16/util/liveiso
Felix Singer 9bd35ddb35 util/liveiso: Remove coreboot toolchain from todo
The coreboot toolchain is a huge blob and increases the size of the
build a lot. If needed, the specific toolchain can be added before
building the ISO or with `nix-shell` later in the live system, as shown
below.

  $ nix-shell -p coreboot-toolchain.i386

Thus, remove this from the todo list.

Change-Id: Ia24ceb84f202828f1c97d3ba5bafbf6af0361bdb
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62194
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
2022-03-17 18:51:35 +00:00
..
.gitignore
build.sh util/liveiso: Ensure compatible NixOS channel is used 2021-12-26 12:06:37 +00:00
common.nix util/liveiso: Use programs.flashrom.enable 2022-02-21 15:25:18 +00:00
console.nix util/liveiso/console.nix: Remove unneeded argument body 2021-09-10 20:09:08 +00:00
description.md util/liveiso: Remove coreboot toolchain from todo 2022-03-17 18:51:35 +00:00
graphical.nix