1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00
Files
guix/gnu/system
Ludovic Courtès de340bd1f2 DRAFT system: Add (gnu system bootstrap).
This allows us to perform arbitrary builds on a system that has no
userland besides the build process itself, running as PID 1.

Suggested by Vagrant Cascadian.

DRAFT: The resulting system does build things, but this is all happening
into memory, which may or may not be a problem (it allows us to not have
disk drivers in the kernel!).  More importantly, it does not display
anything upon completion, and the build result is lost as well.

* gnu/system/bootstrap.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-01-05 11:40:01 +01:00
..
2019-03-24 23:06:11 +01:00
2019-06-07 21:50:18 +02:00
2020-01-03 13:54:13 +01:00