summaryrefslogtreecommitdiffstats
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-27 21:20:19 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-27 21:20:19 (EDT)
commit0e3520f74d25bc43572a1afeaa4439bfedcc0d78 (patch)
tree0a94f3f6574017e7bd0a8a03f6bd86dae5912db2 /docs/gnulinux
parentd56f1258cc63b9981d29f37530fafd72b5acf904 (diff)
downloadlibreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.zip
libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.gz
libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.bz2
s/machine/system
It was annoying me.
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/configuring_parabola.html10
-rw-r--r--docs/gnulinux/encrypted_parabola.html2
-rw-r--r--docs/gnulinux/encrypted_trisquel.html2
-rw-r--r--docs/gnulinux/grub_cbfs.html6
4 files changed, 10 insertions, 10 deletions
diff --git a/docs/gnulinux/configuring_parabola.html b/docs/gnulinux/configuring_parabola.html
index 6d2ebe2..df87618 100644
--- a/docs/gnulinux/configuring_parabola.html
+++ b/docs/gnulinux/configuring_parabola.html
@@ -77,7 +77,7 @@
<p>
While not strictly related to the libreboot project, this guide
is intended to be useful for those interested in installing
- Parabola on their libreboot machine.
+ Parabola on their libreboot system.
</p>
<p>
@@ -107,7 +107,7 @@
<p>
Paradoxically, as you get more advanced Parabola can actually become <i>easier to use</i>
- when you want to set up your machine in a special way compared to what most distributions provide.
+ when you want to set up your system in a special way compared to what most distributions provide.
You will find over time that other distributions tend to <i>get in your way</i>.
</p>
@@ -142,7 +142,7 @@
<p>
Some of these steps require internet access. I'll go into networking later but for now, I just connected
- my machine to a switch and did:<br/>
+ my system to a switch and did:<br/>
# <b>systemctl start dhcpcd.service</b><br/>
You can stop it later by running:<br/>
# <b>systemctl stop dhcpcd.service</b><br/>
@@ -674,7 +674,7 @@
<p>
Enable LXDM (the default display manager, providing a graphical login):<br/>
# <b>systemctl enable lxdm.service</b><br/>
- It will start when you boot up the machine. To start it now, do:<br/>
+ It will start when you boot up the system. To start it now, do:<br/>
# <b>systemctl start lxdm.service</b>
</p>
<p>
@@ -758,7 +758,7 @@
<div class="subsection">
<h3 id="lxde_suspend">LXDE - disable suspend</h3>
<p>
- When closing the laptop lid, the machine suspends. This is annoying at least to me.
+ When closing the laptop lid, the system suspends. This is annoying at least to me.
NOTE TO SELF: disable it, then document the steps here.
</p>
<p>
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index 0b7c0eb..7a74f93 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -28,7 +28,7 @@
This is so that GRUB, and therefore the kernel, can be loaded and executed since the firmware
can't open a LUKS volume. Not so with libreboot! Since GRUB is already included directly as a
payload, even /boot can be encrypted. This protects /boot from tampering by someone with physical
- access to the machine.
+ access to the system.
</p>
<p>
<a href="index.html">Back to previous index</a>
diff --git a/docs/gnulinux/encrypted_trisquel.html b/docs/gnulinux/encrypted_trisquel.html
index 32eeaff..367dbbf 100644
--- a/docs/gnulinux/encrypted_trisquel.html
+++ b/docs/gnulinux/encrypted_trisquel.html
@@ -28,7 +28,7 @@
This is so that GRUB, and therefore the kernel, can be loaded and executed since the firmware
can't open a LUKS volume. Not so with libreboot! Since GRUB is already included directly as a
payload, even /boot can be encrypted. This protects /boot from tampering by someone with physical
- access to the machine.
+ access to the system.
</p>
<p>
This works in Trisquel 7, and probably Trisquel 6. Boot the 'net installer' (Install Trisquel in Text Mode).
diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html
index 82cbc4b..6de1e54 100644
--- a/docs/gnulinux/grub_cbfs.html
+++ b/docs/gnulinux/grub_cbfs.html
@@ -89,10 +89,10 @@
<p>
There are several advantages to modifying the GRUB configuration stored in CBFS, but
- this also means that you have to flash a new libreboot ROM image on your machine (some users
+ 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
- machine (recovery is easy if you have the <a href="../install/bbb_setup.html">equipment</a>
+ system (recovery is easy if you have the <a href="../install/bbb_setup.html">equipment</a>
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.
@@ -270,7 +270,7 @@
The libreboot.rom file contains your <i>grub.cfg</i> and <i>grubtest.cfg</i> files.
grub.cfg will load first, but it has a menu entry for switching to the copy (grubtest.cfg).
Thus, you should extract, modify and re-insert the grubtest.cfg first.
- This reduces your chance of making a mistake that could make your machine unbootable (or very hard to boot).
+ This reduces your chance of making a mistake that could make your system unbootable (or very hard to boot).
</p>
<p>