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 +- man/systemd-bootchart.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'man') 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. diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 0068e928a5..ff86be2ad8 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -116,7 +116,7 @@ systemd-bootchart instead of the init process. In turn, systemd-bootchart - will invoke /sbin/init. + will invoke /usr/lib/systemd/systemd. @@ -218,7 +218,7 @@ Use this init binary. Defaults to - /sbin/init. + /usr/lib/systemd/systemd. -- cgit v1.2.3-54-g00ecf