From 9324b62abb7069d42fb0f94aa60f1fafdbe6d601 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 28 Aug 2015 20:11:58 -0400 Subject: docs/gnulinux/encrypted_parabola.html: Fix formatting issues --- (limited to 'docs') 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- # nano /etc/locale.gen
Uncomment your needed localisations. For example en_GB.UTF-8 (UTF-8 is highly recommended over other options).
# locale-gen
- # echo LANG=en_GB.UTF-8 > /etc/locale.conf
+ # echo LANG=en_GB.UTF-8 > /etc/locale.conf
# export LANG=en_GB.UTF-8

Console font and keymap:
# nano /etc/vconsole.conf
In my case: - KEYMAP=dvorak-uk - FONT=Lat9w-16

+
+KEYMAP=dvorak-uk
+FONT=Lat9w-16
+

Time zone:
# ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
-- cgit v0.9.1