aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-02-19 17:25:19 +0100
committerFelix Singer <felixsinger@posteo.net>2022-03-17 18:51:35 +0000
commit9bd35ddb35d041d56bcee3bd3a804053b10e0c58 (patch)
tree798ed8bba62dbf78ded1b3d24cbaa2372c046c0e /util
parentfcccff35f0964b02d9e083aa79a9424bbac8cce6 (diff)
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>
Diffstat (limited to 'util')
-rw-r--r--util/liveiso/description.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/liveiso/description.md b/util/liveiso/description.md
index b056a9f313..48420e6f6c 100644
--- a/util/liveiso/description.md
+++ b/util/liveiso/description.md
@@ -6,5 +6,4 @@ NixOS configuration files for testing purposes and for working on firmware.
## TODO
- Generate customized bootloader configs; FILO is WIP
-- Add coreboot toolchain
- Switch to `programs.neovim` when the module is fixed.