From bce143749355b61c9f2218ccf377b7cb48ace794 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 3 Nov 2019 12:29:33 +0100 Subject: [PATCH] docs/release-notes: document console related changes --- nixos/doc/manual/release-notes/rl-2003.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml index 247e9cd063c6..b4367dd2fc17 100644 --- a/nixos/doc/manual/release-notes/rl-2003.xml +++ b/nixos/doc/manual/release-notes/rl-2003.xml @@ -264,6 +264,57 @@ services.xserver.displayManager.defaultSession = "xfce+icewm"; in container config. + + + Virtual console options have been reorganized and can be found under + a single top-level attribute: console. + The full set of changes is as follows: + + + + + i18n.consoleFont renamed to + console.font + + + + + i18n.consoleKeyMap renamed to + console.keyMap + + + + + i18n.consoleColors renamed to + console.colors + + + + + i18n.consolePackages renamed to + console.packages + + + + + i18n.consoleUseXkbConfig renamed to + console.useXkbConfig + + + + + boot.earlyVconsoleSetup renamed to + console.earlySetup + + + + + boot.extraTTYs renamed to + console.extraTTYs + + + +