|
From: | Sage Gerard |
Subject: | Re: How did you handle making a GNU/Linux distribution? |
Date: | Mon, 23 Aug 2021 20:00:25 +0000 |
> [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!
[Prev in Thread] Current Thread [Next in Thread]
- Re: How did you handle making a GNU/Linux distribution?, (continued)
- Re: How did you handle making a GNU/Linux distribution?, Leo Famulari, 2021/08/21
- Re: How did you handle making a GNU/Linux distribution?, Sage Gerard, 2021/08/22
- Re: How did you handle making a GNU/Linux distribution?, Philip McGrath, 2021/08/22
- Re: How did you handle making a GNU/Linux distribution?, Maxime Devos, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, Sage Gerard, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, zimoun, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, Philip McGrath, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, zimoun, 2021/08/24
- Re: How did you handle making a GNU/Linux distribution?, Sage Gerard, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, Ryan Prior, 2021/08/23
- Re: How did you handle making a GNU/Linux distribution?, Sage Gerard <=
- Re: How did you handle making a GNU/Linux distribution?, Maxime Devos, 2021/08/24
- Re: How did you handle making a GNU/Linux distribution?, Sage Gerard, 2021/08/24
- Prev by Date: Re: How did you handle making a GNU/Linux distribution?
- Next by Date: Re: How did you handle making a GNU/Linux distribution?
- Previous by thread: Re: How did you handle making a GNU/Linux distribution?
- Next by thread: Re: How did you handle making a GNU/Linux distribution?
- Index(es):