[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 05/14] build instructions: debootstrap: Add Guix.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 05/14] build instructions: debootstrap: Add Guix. |
Date: |
Fri, 19 Apr 2024 19:06:22 +0200 |
Guix now supports debootstraping both PureOS and Trisquel. In Guix,
the keyring packages are runtime dependencies of debootstrap, and
debootstrap refers to them by their full path in /gnu/store.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
site/docs/build/index.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/site/docs/build/index.md b/site/docs/build/index.md
index d99771b..78be395 100644
--- a/site/docs/build/index.md
+++ b/site/docs/build/index.md
@@ -41,7 +41,8 @@ And these cannot build GNU Boot yet:
If you don't use PureOS 10 (byzantium) or Trisquel 10 (nabia), there
are many ways to run them on top of other GNU/Linux distributions.
-If you run Parabola, Trisquel 10 (nabia) or Trisquel 11 (aramo), you
+If you run Guix (either as an operating system or on top of another
+distribution), Parabola, Trisquel 10 (nabia), Trisquel 11 (aramo), you
can use debootstrap to create a chroot of Trisquel 10 (nabia) or
PureOS 10 (byzantium). Here are the packages you need to install
depending on your distribution:
@@ -49,6 +50,10 @@ depending on your distribution:
+----------------+-----------------------+-------------------------------------+
| Host distro | Chroot distro | Required packages
|
+----------------+-----------------------+-------------------------------------+
+| Guix | PureOS 10 (byzantium) | debootstrap
|
++----------------+-----------------------+-------------------------------------+
+| Guix | Trisquel 10 (nabia) | debootstrap
|
++----------------+-----------------------+-------------------------------------+
| Parabola | PureOS 10 (byzantium) | debootstrap, pureos-archive-keyring
|
+----------------+-----------------------+-------------------------------------+
| Parabola | Trisquel 10 (nabia) | debootstrap, trisquel-keyring
|
--
2.41.0
- Guix integration and various other patches., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 01/14] site: status: Add upstream software versions., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 02/14] docs/install: replace Libreboot with GNUBoot, Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 06/14] scripts: misc: guix.sh: fix forgetten tab., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 07/14] scripts: misc: guix.sh: fix last version detection., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 04/14] build instructions: Mention exact package names for debootstrap., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 05/14] build instructions: debootstrap: Add Guix.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 09/14] scripts: misc: guix.sh: prevent OOM., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 03/14] docs/install: Don't officially support T60 with ATI GPUs., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 08/14] scripts: misc: guix.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 11/14] gitignore: don't ignore .scm files., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 10/14] gitignore: sort rules., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 13/14] Makefile.am: Document commands from site/docs/build/index.md., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 14/14] Build bucts and patched flashrom for I945 ThinkPads with Guix., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 12/14] Add topdir ./configure., Denis 'GNUtoo' Carikli, 2024/04/19