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 done
chroot '/squashfs-root' chroot '/squashfs-root'
console-setup define default keyboard layout(s)
------------- ---------------------------------
define default keyboard layouts
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* /etc/default/keyboard * /etc/default/keyboard
@ -227,13 +224,6 @@ define default keyboard layouts
BACKSPACE="guess" BACKSPACE="guess"
define root password
--------------------
.. code:: shell
passwd
user, guest, sudo user, guest, sudo
----------------- -----------------
@ -335,6 +325,23 @@ install other packages
apt-get install "package1" … apt-get install "package1" …
apt-get install -t stretch-backports "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 properly switch back from context
--------------------------------- ---------------------------------