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
|
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
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue