diff options
Diffstat (limited to 'docs/gnulinux/configuring_parabola.html')
-rw-r--r-- | docs/gnulinux/configuring_parabola.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/gnulinux/configuring_parabola.html b/docs/gnulinux/configuring_parabola.html index 6d2ebe2a..df87618c 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> |