diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:32:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:32:30 (EDT) |
commit | 58be7532b9cfac2099a4ba640c408ac699d474af (patch) | |
tree | ad5953f013f969a8ae392470a711cd6ecf024089 | |
parent | 236803ea989b1ef63831792f9bc2bcd3112ff080 (diff) | |
download | libreboot.org-58be7532b9cfac2099a4ba640c408ac699d474af.zip libreboot.org-58be7532b9cfac2099a4ba640c408ac699d474af.tar.gz libreboot.org-58be7532b9cfac2099a4ba640c408ac699d474af.tar.bz2 |
briefly explain practical aspect of libreboot
-rw-r--r-- | site/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 845385d..d72191d 100644 --- a/site/index.php +++ b/site/index.php @@ -51,7 +51,11 @@ </p> <p> Libreboot is <i>free software</i>; we do not use the term <i>open source</i>, because that term ignores the ethical ideals of the free software movement, focusing only on practicality and efficiency. Read <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">this article</a> for more information. - However, libreboot also qualifies as an open source BIOS or UEFI replacement. + However, libreboot also qualifies as an open source BIOS or UEFI firmware replacement. + </p> + <p> + Libreboot provides a fully free (deblobbed) coreboot tree, called <i>coreboot-libre</i>, with payloads and utilities already included. It attempts to make coreboot + easy to use, by providing an automated build and installation process (and <i>stable releases</i>), along with documentation designed for non-technical users. </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> |