make the instructions more concise

This commit is contained in:
Simon Pflaumer 2023-11-05 14:44:09 +00:00 committed by GitHub
parent 9e07c124e4
commit ba5eb87247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -145,8 +145,9 @@ $ make
In addition to the steps above, you will also have to keep a tty free within `/etc/dinit.d/config/console.conf`.
~~To do that, change `ACTIVE_CONSOLES` so that the tty that ly should use in `/etc/ly/config.ini` is free.~~
`ly` seems to ignore or something else is preventing the use of the `tty` option within `/etc/ly/config.ini` for any tty other than `tty1`.
As such, `ACTIVE_CONSOLES` should be changed to keep tty1 free.
It seems that the `tty` option within `/etc/ly/config.ini` is ignored for any tty other than `tty1`.
As such, `ACTIVE_CONSOLES` should be changed to keep tty1 free for use by `ly`.
For example by changing the default `/dev/tty[1-6]` to `/dev/tty[2-6]`.