debian/passwd,keyboard-configuration
This commit is contained in:
parent
ab8f2b0639
commit
dc9e37c901
1 changed files with 19 additions and 12 deletions
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue