summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-11-08 21:33:46 (EST)
committer Francis Rowe <fchmmr@minifree.lan>2015-11-08 21:33:46 (EST)
commitff341575bc33dcd71a1d6290489aeefbaeb9968b (patch)
tree83f21ff27dde7a8f6029a8a2c014a2bf967870e1 /site/index.php
parent2598799f5dfa064d523594137a7cbc4a2649a7fb (diff)
downloadlibreboot.org-ff341575bc33dcd71a1d6290489aeefbaeb9968b.zip
libreboot.org-ff341575bc33dcd71a1d6290489aeefbaeb9968b.tar.gz
libreboot.org-ff341575bc33dcd71a1d6290489aeefbaeb9968b.tar.bz2
add note about GNU assimulation
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php
index d2c336a..9f8f9c2 100644
--- a/site/index.php
+++ b/site/index.php
@@ -62,6 +62,9 @@
<p>
Libreboot has many practical advantages over proprietary firmware, such as faster boot speeds and better security. For example, you can <a href="docs/gnulinux/grub_boot_installer.html#encryption">install GNU/Linux with an encrypted /boot/ directory</a>, <a href="http://www.coreboot.org/GRUB2#signed_kernels">verify a GPG signature on your kernel before booting it</a>, <i>load a kernel from the flash chip</i>, and more!
</p>
+ <p>
+ <i>Libreboot is working to become an official component of the GNU system.</i>
+ </p>
<ul>
<li><a href="download/"><?php echo gettext("Download stable version"); ?></a></li>
<li><a href="git/"><?php echo gettext("Download development version (git)"); ?></a></li>