summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-28 20:11:58 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-28 20:11:58 (EDT)
commit9324b62abb7069d42fb0f94aa60f1fafdbe6d601 (patch)
treef999de961dc66155ee6d7781e11e4e47a6268967 /docs
parent3591b15498a6b9d33e19c4f7c3aaa9ddf3429709 (diff)
downloadlibreboot-9324b62abb7069d42fb0f94aa60f1fafdbe6d601.zip
libreboot-9324b62abb7069d42fb0f94aa60f1fafdbe6d601.tar.gz
libreboot-9324b62abb7069d42fb0f94aa60f1fafdbe6d601.tar.bz2
docs/gnulinux/encrypted_parabola.html: Fix formatting issues
Diffstat (limited to 'docs')
-rw-r--r--docs/gnulinux/encrypted_parabola.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html
index 975db79..400534f 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -341,16 +341,18 @@ href="http://www.linux.com/news/software/applications/8208-all-about-linux-swap-
# <b>nano /etc/locale.gen</b><br/>
Uncomment your needed localisations. For example en_GB.UTF-8 (UTF-8 is highly recommended over other options).<br/>
# <b>locale-gen</b><br/>
- # <b>echo LANG=en_GB.UTF-8 > /etc/locale.conf</b><br/>
+ # <b>echo LANG=en_GB.UTF-8 &gt; /etc/locale.conf</b><br/>
# <b>export LANG=en_GB.UTF-8</b>
</p>
<p>
Console font and keymap:<br/>
# <b>nano /etc/vconsole.conf</b><br/>
In my case:
- KEYMAP=dvorak-uk
- FONT=Lat9w-16
</p>
+<pre>
+KEYMAP=dvorak-uk
+FONT=Lat9w-16
+</pre>
<p>
Time zone:<br/>
# <b>ln -s /usr/share/zoneinfo/Europe/London /etc/localtime</b><br/>