locales,console-setup
This commit is contained in:
parent
128cb3eb42
commit
232b5bcdd9
1 changed files with 22 additions and 16 deletions
|
@ -83,8 +83,11 @@ generate the minimal base
|
|||
Configure preinstalled packages
|
||||
===============================
|
||||
|
||||
locales
|
||||
-------
|
||||
|
||||
define default locale
|
||||
---------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* etc/default/locale
|
||||
|
||||
|
@ -106,7 +109,7 @@ define default locale
|
|||
LC_IDENTIFICATION='fr_FR.UTF-8'
|
||||
|
||||
define locales to generate
|
||||
--------------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* etc/locale.gen
|
||||
|
||||
|
@ -116,25 +119,12 @@ define locales to generate
|
|||
fr_FR.UTF-8 UTF-8
|
||||
|
||||
generate locales
|
||||
----------------
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code:: shell
|
||||
|
||||
locale-gen
|
||||
|
||||
define default keyboard layouts
|
||||
-------------------------------
|
||||
|
||||
* /etc/default/keyboard
|
||||
|
||||
::
|
||||
|
||||
XKBMODEL="pc105"
|
||||
XKBLAYOUT="fr,fr"
|
||||
XKBVARIANT="oss,bepo"
|
||||
XKBOPTIONS=""
|
||||
BACKSPACE="guess"
|
||||
|
||||
[configure command shell](../bash/index.md)
|
||||
-------------------------------------------
|
||||
|
||||
|
@ -174,6 +164,22 @@ switch into context
|
|||
|
||||
.. todo:: /dev
|
||||
|
||||
console-setup
|
||||
-------------
|
||||
|
||||
define default keyboard layouts
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* /etc/default/keyboard
|
||||
|
||||
::
|
||||
|
||||
XKBMODEL='pc105'
|
||||
XKBLAYOUT='fr,fr'
|
||||
XKBVARIANT='oss,bepo'
|
||||
XKBOPTIONS='terminate:ctrl_alt_bksp'
|
||||
BACKSPACE='guess'
|
||||
|
||||
define root password
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue