From db1dce160ded686cc417f08b2378e432933fdaee Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Oct 16 2018 15:53:46 +0000 Subject: Issue 1 - replace a broken link with more reasonable text --- diff --git a/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc b/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc index 28d2e83..1b80c7a 100644 --- a/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc +++ b/modules/system-administrators-guide/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc @@ -7,7 +7,7 @@ include::{partialsdir}/entities.adoc[] indexterm:[keyboard configuration] The *system locale* specifies the language settings of system services and user interfaces. The *keyboard layout* settings control the layout used on the text console and graphical user interfaces. -These settings can be made by modifying the `/etc/locale.conf` configuration file or by using the [application]*localectl* utility. Also, you can use the graphical user interface to perform the task; for a description of this method, see link:++https://docs.fedoraproject.org/install-guide++[{MAJOROS} Installation Guide]. +These settings can be made by modifying the `/etc/locale.conf` configuration file or by using the [application]*localectl* utility. You can also set these settings during system installation using the installer graphical interface, text mode interface, or the [command]*keyboard* and [command]*lang* Kickstart commands. See the link:++https://docs.fedoraproject.org/en-US/fedora/f{MAJOROSVER}/install-guide++[{MAJOROS} Installation Guide] for information about these options. [[s1-Setting_the_System_Locale]] == Setting the System Locale @@ -20,7 +20,7 @@ The basic file format of `/etc/locale.conf` is a newline-separated list of varia LANG=de_DE.UTF-8 LC_MESSAGES=C - + ---- Here, the LC_MESSAGES option determines the locale used for diagnostic messages written to the standard error output. To further specify locale settings in `/etc/locale.conf`, you can use several other options, the most relevant are summarized in xref:System_Locale_and_Keyboard_Configuration.adoc#tab-locale_options[Options configurable in /etc/locale.conf]. See the `locale(7)` manual page for detailed information on these options. Note that the LC_ALL option, which represents all possible options, should not be configured in `/etc/locale.conf`. @@ -61,7 +61,7 @@ The output of the previous command lists the currently set locale, keyboard layo System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: n/a - + ---- ==== @@ -95,7 +95,7 @@ en_BW.iso88591 en_BW.utf8 pass:quotes[*output truncated*] - + ---- ==== @@ -151,7 +151,7 @@ In the following output, you can see the keyboard layout configured for the virt System Locale: LANG=en_US.utf8 VC Keymap: us X11 Layout: us - + ---- ==== @@ -184,7 +184,7 @@ cz-us-qwertz sunt5-cz-us sunt5-us-cz - + ---- ==== @@ -234,7 +234,7 @@ Then you can verify if your setting was successful by checking the current statu System Locale: LANG=de_DE.UTF-8 VC Keymap: us X11 Layout: de - + ---- ====