diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 01:11:58 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 01:11:58 +0100 |
commit | 9324b62abb7069d42fb0f94aa60f1fafdbe6d601 (patch) | |
tree | f999de961dc66155ee6d7781e11e4e47a6268967 /docs/gnulinux | |
parent | 3591b15498a6b9d33e19c4f7c3aaa9ddf3429709 (diff) | |
download | librebootfr-9324b62abb7069d42fb0f94aa60f1fafdbe6d601.tar.gz librebootfr-9324b62abb7069d42fb0f94aa60f1fafdbe6d601.zip |
docs/gnulinux/encrypted_parabola.html: Fix formatting issues
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 975db797..400534fe 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 > /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/> |