mirror of https://github.com/fairyglade/ly.git
add instructions for dinit
This commit is contained in:
parent
cf5a00e6d8
commit
9e07c124e4
15
readme.md
15
readme.md
|
|
@ -135,6 +135,21 @@ The agetty service for the tty console where you are running ly should be disabl
|
||||||
# rm /var/service/agetty-tty2
|
# rm /var/service/agetty-tty2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### dinit
|
||||||
|
|
||||||
|
```
|
||||||
|
$ make
|
||||||
|
# make install installdinit
|
||||||
|
# dinitctl enable ly
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
For example by changing the default `/dev/tty[1-6]` to `/dev/tty[2-6]`.
|
||||||
|
|
||||||
|
|
||||||
## Arch Linux Installation
|
## Arch Linux Installation
|
||||||
You can install ly from the [`[extra]` repos](https://archlinux.org/packages/extra/x86_64/ly/):
|
You can install ly from the [`[extra]` repos](https://archlinux.org/packages/extra/x86_64/ly/):
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue