diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/bootchart.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd-bootchart.xml | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ <varlistentry> <term><varname>Init=[path]</varname></term> <listitem><para>Configures bootchart to run a non-standard - binary instead of <filename>/sbin/init</filename>. This + binary instead of <filename>/usr/lib/systemd/systemd</filename>. This option is only relevant if bootchart was invoked from the kernel command line with init=/usr/lib/systemd/systemd-bootchart.</para></listitem> 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 @@ <command>systemd-bootchart</command> instead of the init process. In turn, <command>systemd-bootchart</command> - will invoke <command>/sbin/init</command>. + will invoke <command>/usr/lib/systemd/systemd</command>. </para></listitem> </varlistentry> @@ -218,7 +218,7 @@ <term><option>-i</option></term> <term><option>--init <replaceable>path</replaceable></option></term> <listitem><para>Use this init binary. Defaults to - <command>/sbin/init</command>. + <command>/usr/lib/systemd/systemd</command>. </para></listitem> </varlistentry> |