aboutsummaryrefslogtreecommitdiff
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-05 12:33:43 +0000
committerGogs <gogitservice@gmail.com>2017-04-05 12:33:43 +0000
commit5c5b7d947bd62a2b4bfbcfb856df31271e2b866f (patch)
tree4200d8c674d2f0351c68ccf15dfc38ef064ff32e /docs/gnulinux
parenta81dbc79f5401d94954fa9efdcda093aa789d4b9 (diff)
parentaa529a3150d1a921c9a48854d89013476f85657a (diff)
downloadlibrebootfr-5c5b7d947bd62a2b4bfbcfb856df31271e2b866f.tar.gz
librebootfr-5c5b7d947bd62a2b4bfbcfb856df31271e2b866f.zip
Merge branch 'nav' of libreboot/libreboot into master
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/configuring_parabola.md4
-rw-r--r--docs/gnulinux/encrypted_debian.md4
-rw-r--r--docs/gnulinux/encrypted_parabola.md4
-rw-r--r--docs/gnulinux/grub_boot_installer.md4
-rw-r--r--docs/gnulinux/grub_cbfs.md4
-rw-r--r--docs/gnulinux/grub_hardening.md4
-rw-r--r--docs/gnulinux/index.md4
7 files changed, 21 insertions, 7 deletions
diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md
index 119f3d47..97637a6f 100644
--- a/docs/gnulinux/configuring_parabola.md
+++ b/docs/gnulinux/configuring_parabola.md
@@ -1,4 +1,6 @@
-% Configuring Parabola (post-install)
+---
+title: Configuring Parabola (post-install)
+...
Post-installation configuration steps for Parabola GNU+Linux-libre.
Parabola is extremely flexible; this is just an example. This example
diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md
index a0b74b51..aac3b53c 100644
--- a/docs/gnulinux/encrypted_debian.md
+++ b/docs/gnulinux/encrypted_debian.md
@@ -1,4 +1,6 @@
-% Installing Debian or Devuan GNU+Linux with full disk encryption (including /boot)
+---
+title: Installing Debian or Devuan GNU+Linux with full disk encryption (including /boot)
+...
This guide is written for the Debian distribution, but it should also
work for Devuan with the net installer.
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index d1355907..042b81b9 100644
--- a/docs/gnulinux/encrypted_parabola.md
+++ b/docs/gnulinux/encrypted_parabola.md
@@ -1,4 +1,6 @@
-% Installing Parabola or Arch GNU+Linux with full disk encryption (including /boot)
+---
+title: Installing Parabola or Arch GNU+Linux with full disk encryption (including /boot)
+...
Libreboot on x86 uses the GRUB
[payload](http://www.coreboot.org/Payloads#GRUB_2) by default, which
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md
index becd803e..115c7c51 100644
--- a/docs/gnulinux/grub_boot_installer.md
+++ b/docs/gnulinux/grub_boot_installer.md
@@ -1,4 +1,6 @@
-% How to install GNU+Linux on a libreboot system
+---
+title: How to install GNU+Linux on a libreboot system
+...
This section relates to preparing, booting and installing a GNU+Linux
distribution on your libreboot system, using nothing more than a USB
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md
index b590a9d1..b6df498f 100644
--- a/docs/gnulinux/grub_cbfs.md
+++ b/docs/gnulinux/grub_cbfs.md
@@ -1,4 +1,6 @@
-% How to replace the default GRUB configuration file on a libreboot system
+---
+title: How to replace the default GRUB configuration file on a libreboot system
+...
Libreboot on x86 uses the GRUB
[payload](http://www.coreboot.org/Payloads#GRUB_2) by default, which
diff --git a/docs/gnulinux/grub_hardening.md b/docs/gnulinux/grub_hardening.md
index 15fecb41..c7f9a450 100644
--- a/docs/gnulinux/grub_hardening.md
+++ b/docs/gnulinux/grub_hardening.md
@@ -1,4 +1,6 @@
-% GRUB hardening
+---
+title: GRUB hardening
+...
This guide deals with various ways in which you can harden your GRUB
configuration, for security purposes. These steps are optional, but
diff --git a/docs/gnulinux/index.md b/docs/gnulinux/index.md
index d9ba3c50..bd6edeb0 100644
--- a/docs/gnulinux/index.md
+++ b/docs/gnulinux/index.md
@@ -1,4 +1,6 @@
-% GNU+Linux distributions
+---
+title: GNU+Linux distributions
+...
This section relates to dealing with GNU+Linux distributions: preparing
bootable USB drives, changing the default GRUB menu and so on.