From 336ff2107e51092ec58639f180a6fce89a01fa61 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 13 Oct 2019 19:57:50 +0200 Subject: [PATCH] Document how to get values for the localization values --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 15affd0..33f085e 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,25 @@ The following environment variables are supported: Default keyboard keymap. + To get the current value from a running system, run `debconf-show + keyboard-configuration` and look at the + `keyboard-configuration/xkb-keymap` value. + * `KEYBOARD_LAYOUT` (Default: "English (UK)" ) Default keyboard layout. + To get the current value from a running system, run `debconf-show + keyboard-configuration` and look at the + `keyboard-configuration/variant` value. + * `TIMEZONE_DEFAULT` (Default: "Europe/London" ) Default keyboard layout. + To get the current value from a running system, look in + `/etc/timezone`. + * `FIRST_USER_NAME` (Default: "pi" ) Username for the first user