[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/8] V2 for manual from 0001->0004.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 0/8] V2 for manual from 0001->0004. |
Date: |
Sun, 24 Nov 2024 18:10:46 +0100 |
Hi,
I'm sending a v2 here as we can probably merge the first 4 patches.
The fifth patch "manual: Add section about supported computer parts
and peripherals." is currently blocked by another patchset that is in
review (See the thread "[PATCH v1 00/11] FSF sysadmin wiki patches for
GPUs" from
https://lists.fsf.org/archive/html/tech-volunteer-meeting/2024-11/msg00003.html).
So that also blocks subsequent patches as well.
We also need to see with the FSF sysadmins what do do in the long run,
more specifically where to put the information we need about GPUs.
Despite that I've also sent the blocked patches as well as it enables
to start reviewing them and people that may want to add extra patches
on top can then base their work on top of these patches to minimize
the work needed to rebase the patches.
Also note that GNU Boot didn't take a decision on @xref and @pxref so
I used @xref / @pxref in the meantime but in the future if a decision
is taken we might still move all that to @ref, but it would be in
separate patches.
More details on their use is available in the following thread ("Is it
ok to use @ref in cases where @xref/@pxref can be used?" from
https://lists.gnu.org/archive/html/help-texinfo/2024-11/msg00019.html).
Since there the manual solves a lot of issues, merging the manual
patches was also more important than deciding on @xref/@pxref.
Denis 'GNUtoo' Carikli (8):
Add a minimal GNU Boot manual.
manual: Describe the GNU Boot project.
manual: Add list of compatible computers.
manual: Add section about supported computer parts and peripherals.
manual: Add section on supported operating systems.
manual: add section about the images we released.
manual: Add section about building GNU Boot.
manual: Add section about using GNU Boot.
manual/.gitignore | 19 +
manual/SOIC-16.jpeg | Bin 0 -> 227454 bytes
manual/fdl-1.3.texi | 505 ++++++++++
manual/gnuboot.texi | 913 ++++++++++++++++++
.../distros/guix/bordeaux.guix.gnu.org.pub | 6 +
website/.gitignore | 22 +
website/Makefile.am | 97 +-
website/README | 57 +-
website/configure.ac | 17 +-
website/pages/docs/index.md | 13 +
10 files changed, 1632 insertions(+), 17 deletions(-)
create mode 100644 manual/.gitignore
create mode 100644 manual/SOIC-16.jpeg
create mode 100644 manual/fdl-1.3.texi
create mode 100644 manual/gnuboot.texi
create mode 100644 resources/distros/guix/bordeaux.guix.gnu.org.pub
base-commit: 2e3818668d1d65ae02c508851885a7a812ec23cb
--
2.46.0
- [PATCH v2 0/8] V2 for manual from 0001->0004.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 2/8] manual: Describe the GNU Boot project., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 3/8] manual: Add list of compatible computers., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 5/8] manual: Add section on supported operating systems., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 7/8] manual: Add section about building GNU Boot., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 4/8] manual: Add section about supported computer parts and peripherals., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 1/8] Add a minimal GNU Boot manual., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 8/8] manual: Add section about using GNU Boot., Denis 'GNUtoo' Carikli, 2024/11/24
- [PATCH v2 6/8] manual: add section about the images we released., Denis 'GNUtoo' Carikli, 2024/11/24
- Re: [PATCH v2 0/8] V2 for manual from 0001->0004., Adrien 'neox' Bourmault, 2024/11/25