Remove instructions on TTY setup (not nessaessary)
This commit is contained in:
parent
9b8cce46b0
commit
9f9a08ffb7
1 changed files with 0 additions and 15 deletions
15
README.md
15
README.md
|
@ -508,21 +508,6 @@ where **\<keyboard layout\>** is replaced with the keyboard layout that you use
|
|||
```sh
|
||||
ls /usr/share/kbd/keymaps/i386/
|
||||
```
|
||||
### Setting the number of ttys
|
||||
Edit `/etc/rc.conf`.
|
||||
```sh
|
||||
vis /etc/rc.conf
|
||||
```
|
||||
Replace this
|
||||
```sh
|
||||
# Amount of ttys which should be setup.
|
||||
#TTYS=
|
||||
```
|
||||
with this
|
||||
```sh
|
||||
# Keymap to load, see loadkeys(8).
|
||||
TTYS=9
|
||||
```
|
||||
### Setting the Locale
|
||||
Edit `/etc/default/libc-locales`.
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue