it will be awesome if default inittab will not clear boot/tty1 by default this can be achieved by using this tty1 config, note the --noclear c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux that way all the boot text stays there after boot sequence is complete. the actual console clearing is handled by default .basrc/.bash_profile anyway.
openrc-init can also achieve the same result by creating /etc/conf.d/agetty.1 with > agetty_options="--noclear"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8b823949d8a278b06dd60de0bc2fe5893fa0b5 commit 3c8b823949d8a278b06dd60de0bc2fe5893fa0b5 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-11-17 08:38:34 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-11-17 08:38:54 +0000 sys-apps/sysvinit: Bump to version 2.98 Don't clear agetty on tty1 by default Closes: https://bugs.gentoo.org/731656 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> sys-apps/sysvinit/Manifest | 1 + sys-apps/sysvinit/files/inittab-2.98 | 62 ++++++++++++++ sys-apps/sysvinit/sysvinit-2.98.ebuild | 144 +++++++++++++++++++++++++++++++++ 3 files changed, 207 insertions(+)