Move Gentoo/OpenRC installation tip to the OpenRC section

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-07-28 18:17:14 +02:00
parent 2dd83b41e8
commit 04a0ad3b33
No known key found for this signature in database
GPG Key ID: 3E85EB44F610AD7F
1 changed files with 3 additions and 4 deletions

View File

@ -105,7 +105,7 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it
```
### OpenRC
**NOTE**: On Gentoo, Ly will disable the `display-manager-init` service in order to run.
**NOTE 1**: On Gentoo, Ly will disable the `display-manager-init` service in order to run.
Clone, compile and test.
@ -127,6 +127,8 @@ then you have to disable getty, so it doesn't respawn on top of ly
# rc-update del agetty.tty2
```
**NOTE 2**: To avoid a console spawning on top on Ly, comment out the appropriate line from /etc/inittab (default is 2).
### runit
```
# zig build installrunit
@ -228,6 +230,3 @@ disable the main box borders with `hide_borders = true`.
## Additional Information
The name "Ly" is a tribute to the fairy from the game Rayman.
Ly was tested by oxodao, who is some seriously awesome dude.
## Gentoo (OpenRC) installation tip
To avoid a console spawning on top on Ly, comment out the appropriate line from /etc/inittab (default is 2).