From 6e1bf7ab998e30b23202192b5b47c119e7a3697d Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 2 Feb 2015 15:48:40 +0100 Subject: bootchart: Ensure that systemd is the init called after using bootchart When booting with systemd-bootchart, default to call the systemd binary rather than the init binary on disk, which might be another init system. Collecting data only works with booting systemd. --- man/bootchart.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/bootchart.conf.xml') diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index a364826bb0..e11ccb52f6 100644 --- a/man/bootchart.conf.xml +++ b/man/bootchart.conf.xml @@ -124,7 +124,7 @@ Init=[path] Configures bootchart to run a non-standard - binary instead of /sbin/init. This + binary instead of /usr/lib/systemd/systemd. This option is only relevant if bootchart was invoked from the kernel command line with init=/usr/lib/systemd/systemd-bootchart. -- cgit v1.2.3-54-g00ecf