diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-22 15:59:32 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-22 22:20:42 +0200 |
commit | 615226abd8b5309dca5f45b20f250f8fd23c7721 (patch) | |
tree | 03bc615e0297568a016e01a01f1ba001d5c35fae /man/systemd-nspawn.xml | |
parent | Revert "nspawn: fix settings leak for init parameter" (diff) | |
download | systemd-615226abd8b5309dca5f45b20f250f8fd23c7721.tar.xz systemd-615226abd8b5309dca5f45b20f250f8fd23c7721.zip |
Revert "nspawn: Allow specifying custom init program"
I don't actually need this anymore since we're going with a
unit based approach for the containers stuff internally so
let's just revert it.
Fixes #34085
This reverts commit ce2291730d5f91190e97e7c515ac772ae4970062.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 88def4b2ad..2645a6b217 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -566,7 +566,7 @@ <row> <entry><option>--boot</option> specified</entry> - <entry>An init program is automatically searched for (unless the <option>--init=</option> is used) and run as PID 1 in the container. The passed parameters are used as invocation parameters for this process.</entry> + <entry>An init program is automatically searched for and run as PID 1 in the container. The passed parameters are used as invocation parameters for this process.</entry> </row> </tbody> @@ -579,14 +579,6 @@ </varlistentry> <varlistentry> - <term><option>--init=</option></term> - - <listitem><para>Invoke the specified path as the init program in the container when <option>--boot</option> is used.</para> - - <xi:include href="version-info.xml" xpointer="v257"/></listitem> - </varlistentry> - - <varlistentry> <term><option>--chdir=</option></term> <listitem><para>Change to the specified working directory before invoking the process in the container. Expects |