diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-12-20 14:28:36 +0100 |
---|---|---|
committer | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2025-01-02 14:59:00 +0100 |
commit | e6922ac3346f91469a5e6e60fdb1e1741a05f424 (patch) | |
tree | f23337465e26ab49ceb1c66dacf091d4fc73d342 /man | |
parent | bash-completion/journalctl: list user units when --user is already specified ... (diff) | |
download | systemd-e6922ac3346f91469a5e6e60fdb1e1741a05f424.tar.xz systemd-e6922ac3346f91469a5e6e60fdb1e1741a05f424.zip |
man/debug-generator: replace "main system" with "host"
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-debug-generator.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd-debug-generator.xml b/man/systemd-debug-generator.xml index 529d834b83..e93ee17460 100644 --- a/man/systemd-debug-generator.xml +++ b/man/systemd-debug-generator.xml @@ -56,7 +56,7 @@ <command>mask</command> command. This is useful to boot with certain units removed from the initial boot transaction for debugging system startup. May be specified more than once. The option prefixed with <literal>rd.</literal> is honored only in the initrd, while the one without prefix is only - honored in the main system.</para> + honored on the host.</para> <xi:include href="version-info.xml" xpointer="v215"/></listitem> </varlistentry> @@ -68,7 +68,7 @@ <listitem><para>These options take a unit name as argument. A start job for this unit is added to the initial transaction. This is useful to start one or more additional units at boot. May be specified more than once. The option prefixed with <literal>rd.</literal> is honored only in the initrd, while - the one that is not prefixed only in the main system.</para> + the one that is not prefixed only on the host.</para> <xi:include href="version-info.xml" xpointer="v215"/></listitem> </varlistentry> @@ -89,7 +89,7 @@ shell may also be turned on persistently by enabling it with <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <command>enable</command> command. The options prefixed with <literal>rd.</literal> are honored only - in the initrd, while the ones without prefix are only honored in the main system.</para> + in the initrd, while the ones without prefix are only honored on the host.</para> <xi:include href="version-info.xml" xpointer="v215"/></listitem> </varlistentry> @@ -103,8 +103,8 @@ <literal>rd.</literal> option). It also accepts multiple values separated by comma (<literal>,</literal>). These options allow to pause the boot process at a certain point and spawn a debug shell. After exiting this shell, the system will resume booting. The option prefixed with - <literal>rd.</literal> is honored only in the initrd, while the one without prefix is only honored in - the main system.</para> + <literal>rd.</literal> is honored only in the initrd, while the one without prefix is only honored on + the host.</para> <table> <title>Available breakpoints</title> @@ -113,13 +113,13 @@ <colspec colname='breakpoint' /> <colspec colname='description' /> <colspec colname='initrd' /> - <colspec colname='main' /> + <colspec colname='host' /> <thead> <row> <entry>Breakpoints</entry> <entry>Description</entry> <entry>Can be used in the initrd</entry> - <entry>Can be used in the main system</entry> + <entry>Can be used on the host</entry> </row> </thead> <tbody> |