guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How did you handle making a GNU/Linux distribution?


From: Sage Gerard
Subject: Re: How did you handle making a GNU/Linux distribution?
Date: Mon, 23 Aug 2021 20:00:25 +0000

Sounds like a great ROI, thank you for the suggestion!

-------- Original Message --------
On Aug 23, 2021, 3:23 PM, Ryan Prior < rprior@protonmail.com> wrote:

> [I want to bootstrap] all binaries related to creating a GNU/Linux distribution, such that I can reproduce an exact OS, Racket installation, and Xiden instance. I want a trusted initial state on GNU/Linux.

Seems like the easy path for you is to package Xiden for Guix, and then construct a system definition (using Guix System) that includes Racket and Xiden in its default set of packages, and finally use Guix to build system-images for that target system.

To do this does not require that you can run Racket on the Guile VM. The target system-image doesn't even need to have Guile or Guix installed on it at all; it can just serve as a bootstrapped base and you can build from there to your final desired state.

I'm happy to explain or assist with any part of this process, and I imagine others on this list would be as well.

Designing your own bootstrap and rewriting everything in Racket, or waiting for a suitable Racket-on-Guile implementation, do not seem necessary at all to reach your stated goals. Hope this helps!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]