debian/passwd,keyboard-configuration

This commit is contained in:
Marc Beninca 2022-12-30 01:47:18 +01:00
parent ab8f2b0639
commit dc9e37c901

View file

@ -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
---------------------------------