Re: [systemd-devel] How to reduce time to between Linux’ `run_init_process()` and systemd banner?

2018-07-13 Thread Paul Menzel
Dear systemd folks, I forgot to attach the logs. Am 13.07.2018 um 20:20 schrieb Paul Menzel: Trying to decrease the boot time, I got rid of the initrd. Now, there is a noticeable delay between Linux `run_init_process()` and the first systemd message. I added an output line to the Linux

[systemd-devel] How to reduce time to between Linux’ `run_init_process()` and systemd banner?

2018-07-13 Thread Paul Menzel
Dear systemd folks, Trying to decrease the boot time, I got rid of the initrd. Now, there is a noticeable delay between Linux `run_init_process()` and the first systemd message. I added an output line to the Linux function. ``` static int run_init_process(const char *init_filename) {