From dc9e37c90173d5b508541bbfae8c6cdbc75cb829 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 30 Dec 2022 01:47:18 +0100 Subject: [PATCH] debian/passwd,keyboard-configuration --- rtfd/public/debian/system/system.rst | 31 +++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/rtfd/public/debian/system/system.rst b/rtfd/public/debian/system/system.rst index adeb89d..9a72616 100644 --- a/rtfd/public/debian/system/system.rst +++ b/rtfd/public/debian/system/system.rst @@ -201,11 +201,8 @@ switch into context done chroot '/squashfs-root' -console-setup -------------- - -define default keyboard layouts -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +define default keyboard layout(s) +--------------------------------- * /etc/default/keyboard @@ -227,13 +224,6 @@ define default keyboard layouts BACKSPACE="guess" -define root password --------------------- - -.. code:: shell - - passwd - user, guest, sudo ----------------- @@ -335,6 +325,23 @@ install other packages apt-get install "package1" … apt-get install -t stretch-backports "package1" … +setup troubleshooting if needed +------------------------------- + +define root password +^^^^^^^^^^^^^^^^^^^^ + +.. code:: shell + + passwd + +configure keyboard +^^^^^^^^^^^^^^^^^^ + +.. code:: shell + + apt-get install keyboard-configuration + properly switch back from context ---------------------------------