Clarifications on GNU Boot

This commit is contained in:
Adrien Bourmault 2024-08-27 14:19:02 +02:00
parent 65645f7625
commit b4be19c30d
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 9 additions and 3 deletions

View File

@ -435,10 +435,16 @@
To address these concerns, the GNU Project has developed GNU Boot, To address these concerns, the GNU Project has developed GNU Boot,
a fully free distribution of firmware, including \textit{coreboot}, a fully free distribution of firmware, including \textit{coreboot},
that aims to be entirely free by avoiding the use of proprietary that aims to be entirely free by avoiding the use of proprietary
binary blobs. GNU Boot is committed to using only free software binary blobs. \\
GNU Boot is only a distribution: it reuses existing software projects
and is not very different from fully free GNU/Linux distributions like
Trisquel or Guix as GNU Boot is committed to using only free software
for all aspects of firmware, making it a preferred choice for users for all aspects of firmware, making it a preferred choice for users
and organizations that prioritize software freedom and transparency and organizations that prioritize software freedom and transparency.
\cite{gnuboot}. Its goal include to build the software and assemble it in something
that can be installed, and also to test it and to provide installation
and upgrade instructions \cite{gnuboot}.
\section{Shift in firmware responsibilities} \section{Shift in firmware responsibilities}