On 04/24/2013 05:19 PM, [email protected] wrote: > From: Harald Hoyer <[email protected]> > > The time for systemd initialization and selinux policy loading > is accounted to the initrd or the kernel, which is wrong. > > Instead of: > > Startup finished in 5.559s (firmware) + 36ms (loader) + 665ms (kernel) + > 975ms (initrd) + 1.410s (userspace) = 8.647s > > the more correct output is: > > Startup finished in 5.559s (firmware) + 36ms (loader) + 665ms (kernel) + > 475ms (initrd) + 1.910s (userspace) = 8.647s > --- > src/core/main.c | 5 +++++ > 1 file changed, 5 insertions(+) >
pushed an extended version of this patch. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
