mirror of https://github.com/fairyglade/ly.git
Move Gentoo/OpenRC installation tip to the OpenRC section
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
2dd83b41e8
commit
04a0ad3b33
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue