diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-04 09:14:22 -0700 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-04 23:50:15 +0100 |
commit | fb9fc3330b73da3f1cfea5939deadf971ce01e1d (patch) | |
tree | d6d1f85d68d1d67c612d30e0a9f2dceb0f58fc37 /docs/gnulinux | |
parent | 1d2d09abfdc72e58a84c26f0c54db96f2ae58e07 (diff) | |
download | librebootfr-fb9fc3330b73da3f1cfea5939deadf971ce01e1d.tar.gz librebootfr-fb9fc3330b73da3f1cfea5939deadf971ce01e1d.zip |
Begin removal of distros page as off-topic, and squeeze some more
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/configuring_parabola.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_debian.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/grub_boot_installer.md | 3 | ||||
-rw-r--r-- | docs/gnulinux/grub_cbfs.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/grub_hardening.md | 2 |
6 files changed, 0 insertions, 13 deletions
diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md index c7bcbc8e..efe15419 100644 --- a/docs/gnulinux/configuring_parabola.md +++ b/docs/gnulinux/configuring_parabola.md @@ -5,8 +5,6 @@ Parabola is extremely flexible; this is just an example. This example uses LXDE because it's lightweight, but we recommend the *MATE* desktop (which is actually about as lightweight as LXDE). -[Back to previous index](./) - Table of Contents ================= diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md index 5dad4012..a0b74b51 100644 --- a/docs/gnulinux/encrypted_debian.md +++ b/docs/gnulinux/encrypted_debian.md @@ -41,8 +41,6 @@ Note: on some thinkpads, a faulty DVD drive can cause the cryptomount -a step during boot to fail. If this happens to you, try removing the drive. -[Back to previous index](./) - Set a strong user password (lots of lowercase/uppercase, numbers and symbols). diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index e4b3f98f..d1355907 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -30,8 +30,6 @@ Note: on some thinkpads, a faulty DVD drive can cause the cryptomount -a step during boot to fail. If this happens to you, try removing the drive. -[Back to previous index](./) - Boot Parabola's install environment. [How to boot a GNU+Linux installer](grub_boot_installer.html). diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md index 35b076b9..becd803e 100644 --- a/docs/gnulinux/grub_boot_installer.md +++ b/docs/gnulinux/grub_boot_installer.md @@ -4,7 +4,6 @@ This section relates to preparing, booting and installing a GNU+Linux distribution on your libreboot system, using nothing more than a USB flash drive (and *dd*). -- [List of recommended GNU+Linux distributions](../distros) - [Prepare the USB drive (in GNU+Linux)](#prepare) - [Installing GNU+Linux with full disk encryption](#encryption) - [Debian or Devuan net install?](#debian_netinstall) @@ -12,8 +11,6 @@ flash drive (and *dd*). - [Booting ISOLINUX images (manual method)](#manual_isolinux) - [Troubleshooting](#troubleshooting) -[Back to previous index](./) - **This section is only for the GRUB payload. For depthcharge (used on CrOS devices in libreboot), instructions have yet to be written in the libreboot documentation.** diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md index b6625b3f..b590a9d1 100644 --- a/docs/gnulinux/grub_cbfs.md +++ b/docs/gnulinux/grub_cbfs.md @@ -25,8 +25,6 @@ Here is an excellent writeup about CBFS (coreboot filesystem): **This guide is \*only\* for the GRUB payload. If you use the depthcharge payload, ignore this section entirely.** -[Back to previous index](./) - Table of Contents ================= diff --git a/docs/gnulinux/grub_hardening.md b/docs/gnulinux/grub_hardening.md index 529cb2a1..15fecb41 100644 --- a/docs/gnulinux/grub_hardening.md +++ b/docs/gnulinux/grub_hardening.md @@ -4,8 +4,6 @@ This guide deals with various ways in which you can harden your GRUB configuration, for security purposes. These steps are optional, but highly recommended by the Libreboot project. -[Back to previous index](./) - GRUB secure boot with GPG ========================= |