Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 478182

Summary: booting with systemd looks much uglier (vs openrc)
Product: Gentoo Linux Reporter: redneb <redneb>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: How the boot process with systemd looks like
How the boot process with openrc looks like
For comparison, how the boot process in arch linux with systemd looks like

Description redneb 2013-07-25 22:52:36 UTC
This is a minor nuisance. Openrc has /etc/init.d/dmesg which sets the dmesg level to 1. As a result, the boot messages of openrc are not intertwined with kernel messages and everything looks nice and clean. This doesn't happen with systemd. Of course one could address that by appending "loglevel=N" to the kernel command line. But I like openrc's approach better. If systemd provided with a similar solution this would increase consistency with openrc. It seems that it is very simple to create systemd unit for that, but I don't know how to make it run as early as possible.
Comment 1 redneb 2013-07-25 22:53:28 UTC
Created attachment 354218 [details]
How the boot process with systemd looks like
Comment 2 redneb 2013-07-25 22:54:07 UTC
Created attachment 354220 [details]
How the boot process with openrc looks like
Comment 3 redneb 2013-07-25 22:54:43 UTC
Created attachment 354222 [details]
For comparison, how the boot process in arch linux with systemd looks like
Comment 4 Pacho Ramos gentoo-dev 2013-07-26 06:10:52 UTC
The root case is the same as bug 476814, we need to update the wiki with upstream suggestions to configure kernel output

*** This bug has been marked as a duplicate of bug 476814 ***