From f9948a4d39a6fbdb6e6113d68fda53dfe67c2a82 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 1 Feb 2021 13:46:50 +0100 Subject: util/liveiso: Add NixOS configs for bootable live systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add NixOS configurations for bootable live systems containing a set of tools which might be useful for firmware development in general and for working on coreboot. There are two configurations provided. One for console-only and a graphical one, which is mostly the same as the console image but it comes with Gnome Shell as window manager and some graphical tools in addition. An image can be built using `build-console.sh`, respectively `build-graphical.sh`. The resulting iso image can be found in `result/iso/`. The console image results in ~700MB, while the graphical one results in ~2GB. Change-Id: Iaf49d198e99781434bd89d2a8a125a4988b77e1c Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/50194 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index a902adcca691..b202a52d9c6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -775,6 +775,11 @@ W: https://github.com/corna/me_cleaner S: Maintained F: util/me_cleaner/ +LIVEISO +M: Felix Singer +S: Supported +F: util/liveiso/ + ################################################################################ # Miscellaneous ################################################################################ -- cgit v1.2.3