mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-11 18:09:16 +01:00
Denis 'GNUtoo' Carikli
ea44fdce87
The page name aren't directly meaningful. In contrib.md for instance I would expect to find how to contribute. In git.md instead I would expect to find how to download GNU Boot but not how to contribute. Since the authors page isn't meaningful anymore for GNU Boot as it has different priorities than Libreboot at the time where it was fully free, and also because GNU Boot also wants to put forward smaller contributions, especially contributions that aren't recorded in git. As the GNU Boot project doesn't have the same community or dynamics than the Libreboot project had, the gaps it has are different. So we also try to put forward contributions that fills these gaps. However since this page is very important historically, so we need to keep it not to forget about it. So to fix that we added GNU Boot's point of view and moved it in the history section. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> neox: updated link in pages/template.include Acked-by: Adrien Bourmault <neox@gnu.org>
69 lines
2.2 KiB
Markdown
69 lines
2.2 KiB
Markdown
---
|
|
title: Downloads
|
|
x-unreviewed: true
|
|
...
|
|
|
|
Information about where to find new releases are announcements is in
|
|
the [news page](news.md).
|
|
|
|
If you're more interested in GNU Boot development, go to the
|
|
[GNU Boot development page](../contribute.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](contribute.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`.
|