From ba5eb8724799fd9af0b6ec95d69c6e86555475df Mon Sep 17 00:00:00 2001 From: Simon Pflaumer Date: Sun, 5 Nov 2023 14:44:09 +0000 Subject: [PATCH] make the instructions more concise --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9652dc7..f2858a4 100644 --- a/readme.md +++ b/readme.md @@ -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]`.