From 04a0ad3b33ad881b6aaca7e8a462d915cbfc2d41 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Sun, 28 Jul 2024 18:17:14 +0200 Subject: [PATCH] Move Gentoo/OpenRC installation tip to the OpenRC section Signed-off-by: AnErrupTion --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 2a0589b..293cace 100644 --- a/readme.md +++ b/readme.md @@ -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).