|
|
|
|
|
by lawl
4452 days ago
|
|
You can pass the kernel options before booting. i.e. "quiet" or "debug". The Kernel exposes these options via /proc/cmdline. systemd parses /proc/cmdline and if "debug" is set, it also raises it's log level to debug.
Then systemd logs so much to the kernel log that it gets flooded and fails to boot. Edit: And story wise, systemd says yeah, we're not going to fix this or rename the debug flag for systemd to "systemd.debug" because blah. And Torvalds gets pissed. |
|