aboutsummaryrefslogtreecommitdiff
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-05 22:59:43 +0100
committerLeah Rowe <info@minifree.org>2017-04-05 23:04:27 +0100
commitce5a7f516aa794d633cb3cf1b4a369257178883b (patch)
tree4a65e3e2e0207378575880a811969fd3d3d1bdc5 /docs/gnulinux
parent1938235eafc29827682da4bb11885f24a204c15a (diff)
downloadlibrebootfr-ce5a7f516aa794d633cb3cf1b4a369257178883b.tar.gz
librebootfr-ce5a7f516aa794d633cb3cf1b4a369257178883b.zip
change .html links to .md links, everywhere
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/configuring_parabola.md6
-rw-r--r--docs/gnulinux/encrypted_debian.md6
-rw-r--r--docs/gnulinux/encrypted_parabola.md10
-rw-r--r--docs/gnulinux/grub_boot_installer.md4
-rw-r--r--docs/gnulinux/grub_cbfs.md2
-rw-r--r--docs/gnulinux/index.md12
6 files changed, 20 insertions, 20 deletions
diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md
index 97637a6f..f760c64b 100644
--- a/docs/gnulinux/configuring_parabola.md
+++ b/docs/gnulinux/configuring_parabola.md
@@ -45,7 +45,7 @@ their libreboot system.
It details configuration steps that I took after installing the base
system, as a follow up to
-[encrypted\_parabola.html](encrypted_parabola.html). This guide is
+[encrypted\_parabola.md](encrypted_parabola.md). This guide is
likely to become obsolete at a later date (due to the volatile
'rolling-release' model that Arch/Parabola both use), but attempts
will be made to maintain it.
@@ -68,7 +68,7 @@ that other distributions tend to *get in your way*.
**This guide assumes that you already have Parabola installed. If you
have not yet installed Parabola, then [this
-guide](encrypted_parabola.html) is highly recommended!**
+guide](encrypted_parabola.md) is highly recommended!**
A lot of the steps in this guide will refer to the Arch wiki. Arch is
the upstream distribution that Parabola uses. Most of this guide will
@@ -395,7 +395,7 @@ supposed to change.
If you want to enable the old names (eth0, wlan0, wwan0, etc), the Arch
wiki recommends adding *net.ifnames=0* to your kernel parameters (in
libreboot context, this would be accomplished by following the
-instructions in [grub\_cbfs.html](grub_cbfs.html)).
+instructions in [grub\_cbfs.md](grub_cbfs.md)).
For background information, read [Predictable Network Interface
Names](http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/)
diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md
index aac3b53c..6041f1d0 100644
--- a/docs/gnulinux/encrypted_debian.md
+++ b/docs/gnulinux/encrypted_debian.md
@@ -33,7 +33,7 @@ linux /install.386/vmlinuz\
initrd /install.386/initrd.gz\
boot**
-[This guide](grub_boot_installer.html) shows how to create a boot USB
+[This guide](grub_boot_installer.md) shows how to create a boot USB
drive with the Debian ISO image.
**This guide is \*only\* for the GRUB payload. If you use the
@@ -196,7 +196,7 @@ Now you need to set it up so that the system will automatically boot,
without having to type a bunch of commands.
Modify your grub.cfg (in the firmware) [using this
-tutorial](grub_cbfs.html); just change the default menu entry 'Load
+tutorial](grub_cbfs.md); just change the default menu entry 'Load
Operating System' to say this inside:
**cryptomount -a**\
@@ -208,7 +208,7 @@ cryptdevice=/dev/mapper/matrix-rootvol:root**\
Without specifying a device, the *-a* parameter tries to unlock all
detected LUKS volumes. You can also specify -u UUID or -a (device).
-[Refer to this guide](grub_hardening.html) for further guidance on
+[Refer to this guide](grub_hardening.md) for further guidance on
hardening your GRUB configuration, for security purposes.
Flash the modified ROM using [this tutorial](../install/#flashrom).
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index 718221fc..b88da31c 100644
--- a/docs/gnulinux/encrypted_parabola.md
+++ b/docs/gnulinux/encrypted_parabola.md
@@ -33,7 +33,7 @@ step during boot to fail. If this happens to you, try removing the
drive.
Boot Parabola's install environment. [How to boot a GNU+Linux
-installer](grub_boot_installer.html).
+installer](grub_boot_installer.md).
For this guide I used the 2015 08 01 image to boot the live installer
and install the system. This is available at [this
@@ -513,7 +513,7 @@ We will modify grub.config inside the ROM and do all kinds of fun stuff,
but I recommend that you first transform the current bare-bones Parabola
install into a more useable system. Doing so will make the upcoming ROM
modifications MUCH easier to perform and less risky!
-[configuring\_parabola.html](configuring_parabola.html) shows my own
+[configuring\_parabola.md](configuring_parabola.md) shows my own
notes post-installation. Using these, you can get a basic system similar
to the one that I chose for myself. You can also cherry pick useful
notes and come up with your own system. Parabola is user-centric, which
@@ -526,7 +526,7 @@ Modify grub.cfg inside the ROM
(Re-)log in to your system, pressing C, so booting manually from GRUB
(see above). You need to modify the ROM, so that Parabola can boot
-automatically with this configuration. [grub\_cbfs.html](grub_cbfs.html)
+automatically with this configuration. [grub\_cbfs.md](grub_cbfs.md)
shows you how. Follow that guide, using the configuration details below.
If you go for option 2 (re-flash), promise to do this on grubtest.cfg
first! We can't emphasise this enough. This is to reduce the
@@ -571,7 +571,7 @@ default.
Without specifying a device, the *-a* parameter tries to unlock all
detected LUKS volumes. You can also specify -u UUID or -a (device).
-[Refer to this guide](grub_hardening.html) for further guidance on
+[Refer to this guide](grub_hardening.md) for further guidance on
hardening your GRUB configuration, for security purposes.
Save your changes in grubtest.cfg, then delete the unmodified config
@@ -677,7 +677,7 @@ above! -, or add it in the kernel command line for GRUB:
# cryptkey=rootfs:/etc/mykeyfile
\
You can also place this inside the grub.cfg that exists in CBFS:
-[grub\_cbfs.html](grub_cbfs.html).
+[grub\_cbfs.md](grub_cbfs.md).
Further security tips
---------------------
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md
index 115c7c51..e89bc99e 100644
--- a/docs/gnulinux/grub_boot_installer.md
+++ b/docs/gnulinux/grub_boot_installer.md
@@ -93,9 +93,9 @@ Installing GNU+Linux with full disk encryption
----------------------------------------------
- [Installing Debian or Devuan GNU+Linux with full disk encryption
- (including /boot)](encrypted_debian.html)
+ (including /boot)](encrypted_debian.md)
- [Installing Parabola GNU+Linux with full disk encryption (including
- /boot)](encrypted_parabola.html)
+ /boot)](encrypted_parabola.md)
Debian or Devuan net install?
-----------------------------
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md
index d98aa95f..1ab65df6 100644
--- a/docs/gnulinux/grub_cbfs.md
+++ b/docs/gnulinux/grub_cbfs.md
@@ -53,7 +53,7 @@ in CBFS, but this also means that you have to flash a new libreboot ROM
image on your system (some users feel intimidated by this, to say the
least). Doing so can be risky if not handled correctly, because it can
result in a bricked system (recovery is easy if you have the
-[equipment](../install/bbb_setup.html) for it, but most people don't).
+[equipment](../install/bbb_setup.md) for it, but most people don't).
If you aren't up to that then don't worry; it is possible to use a
custom GRUB menu without flashing a new image, by loading a GRUB
configuration from a partition on the main storage instead.
diff --git a/docs/gnulinux/index.md b/docs/gnulinux/index.md
index bd6edeb0..4469fda0 100644
--- a/docs/gnulinux/index.md
+++ b/docs/gnulinux/index.md
@@ -9,18 +9,18 @@ bootable USB drives, changing the default GRUB menu and so on.
instructions have yet to be written.**
- [How to install GNU+Linux on a libreboot
- system](grub_boot_installer.html)
+ system](grub_boot_installer.md)
- [How to replace the default GRUB configuration file on a libreboot
- system](grub_cbfs.html)
+ system](grub_cbfs.md)
- [Installing Parabola or Arch GNU+Linux-libre with full disk
- encryption (including /boot)](encrypted_parabola.html)
+ encryption (including /boot)](encrypted_parabola.md)
- Follow-up tutorial: [Configuring Parabola
- (post-install)](configuring_parabola.html)
+ (post-install)](configuring_parabola.md)
- [Installing Debian or Devuan GNU+Linux-libre with full disk
- encryption (including /boot)](encrypted_debian.html)
+ encryption (including /boot)](encrypted_debian.md)
- [How to harden your GRUB configuration, for
- security](grub_hardening.html)
+ security](grub_hardening.md)
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>\
This page is available under the [CC BY SA 4.0](../cc-by-sa-4.0.txt)