diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:41:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:41:30 (EDT) |
commit | 09b0d2637754dc7c1ca0762b05080c53116b3189 (patch) | |
tree | f6fb3b0c8bd3e6d14f0fe158e581c966c94af826 /site | |
parent | 180c56b521cc31e45887de852ab7a605fc565fc9 (diff) | |
download | libreboot.org-09b0d2637754dc7c1ca0762b05080c53116b3189.zip libreboot.org-09b0d2637754dc7c1ca0762b05080c53116b3189.tar.gz libreboot.org-09b0d2637754dc7c1ca0762b05080c53116b3189.tar.bz2 |
talk about examples of special features in libreboot
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index 876f618..f45fa7c 100644 --- a/site/index.php +++ b/site/index.php @@ -58,6 +58,9 @@ easy to use, by providing an automated build and installation process (and <i>tested, stable releases</i>), along with documentation designed for non-technical users. You don't even need to build from source if you don't want to; ROM images and utilities are also included in each release, pre-compiled from the available source code. </p> + <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">sign your kernels</a>, <i>load a kernel from the flash chip</i>, and more! + </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> <li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li> |