mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-22 15:20:20 +01:00
Denis 'GNUtoo' Carikli
0e3ff8047f
The file adding the news is named gnuboot-december-2023.md instead of gnuboot-0.1-rc1.md as the later is understood as a translation in the '1-rc1' lang. Renaming the file to gnuboot-0.1-rc1.en.md instead makes untitled detect the lang correctly but then it assumes this is a translation and adds a broken link for "English" on the new page. For now the older Libreboot news were kept as this shows the history of the project and since GNU Boot is a continuation of the Libreboot project it makes sense to also keep them. The CSS also needed to be separated from the template because otherwise the generated news page would be incomplete and miss all what comes before the CSS like '<!DOCTYPE html>' for instance. Finally x-reviewed was changed into x-unreviewed because we can't set x-reviewed for the news, so the only way to remove the banner for the individual news is to default to reviewed (and to mark all unreviewed files as such). As for the Untitled patch it is needed to make the news page work. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
68 lines
2.2 KiB
Markdown
68 lines
2.2 KiB
Markdown
---
|
|
title: Downloads
|
|
x-unreviewed: true
|
|
...
|
|
|
|
New releases are announced in the [main news section](news/).
|
|
|
|
If you're more interested in GNU Boot development, go to the
|
|
[GNU Boot development page](../git.md), which also includes links to the
|
|
Git repositories. If you wish to build GNU Boot from source,
|
|
[read this page](docs/build/).
|
|
|
|
GPG signing key
|
|
---------------
|
|
|
|
**A release is currently work-in-progress**
|
|
|
|
### Maintainers keys
|
|
|
|
Adrien 'neox' Bourmault <neox@gnu.org>
|
|
|
|
key fingerprint: `9AA8 CDA0 DC9C 0604 D26A E4A7 2974 E1D5 F25D FCC8`
|
|
|
|
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
key fingerprint: `FB31 DBA3 AB8D B76A 4157 329F 7651 568F 8037 4459`
|
|
|
|
|
|
Git repository
|
|
--------------
|
|
|
|
Links to regular release archives are listed on this page.
|
|
|
|
However, for the absolute most bleeding edge up-to-date version of GNU Boot,
|
|
there is a Git repository that you can download from. Go here:
|
|
|
|
[How to download GNU Boot from Git](git.md)
|
|
|
|
FTP mirrors {#ftp}
|
|
-------------
|
|
|
|
These mirrors are recommended, since they use TLS (https://) encryption.
|
|
|
|
You can download GNU Boot from these mirrors:
|
|
|
|
* <https://ftp.gnu.org/gnu/gnuboot/> (GNU Boot project official server)
|
|
|
|
Statically linked
|
|
------------------
|
|
|
|
Libreboot includes statically linked executables in some releases, built from
|
|
the available source code. Those executables have certain libraries built into
|
|
them, so that the executables will work on many GNU+Linux distros.
|
|
|
|
Libreboot 20160907 was built in Trisquel GNU+Linux, version 7.0 64-bit.
|
|
Some older Libreboot releases will have been built in Trisquel 6.0.1.
|
|
|
|
To comply with GNU GPL v2, Trisquel 6 and 7 source ISOs are supplied by the
|
|
Libreboot project. You can find these source ISOs in the `ccsource` directory
|
|
on the `rsync` mirrors.
|
|
|
|
Libreboot releases past version 20160907 do not distribute statically linked
|
|
binaries. Instead, these releases are source-only, besides pre-compiled ROM
|
|
images for which the regular Libreboot source code archives suffice. These newer
|
|
releases instead automate the installation of build dependencies, with instructions
|
|
in the documentation for building various utilities from source.
|
|
|
|
These executables are utilities such as `flashrom`.
|