diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-22 13:37:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-22 14:11:32 +0200 |
commit | 0f0dbc46ccf5aaaf3131446d0a4d78bc97a37295 (patch) | |
tree | cbd6793a750014692ebb7cb2343b2cd255dd7c7c /man/systemd-nspawn.xml | |
parent | acda6a054fb131dbab9b7b16e4148e05a03ce66b (diff) |
nspawn: add -b switch to automatically look for an init binary
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f63f72c18d..28e50359f3 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -142,6 +142,16 @@ </varlistentry> <varlistentry> + <term><option>--boot</option></term> + <term><option>-b</option></term> + + <listitem><para>Automatically search + for an init binary and invoke it + instead of a shell or a user supplied + program.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--user=</option></term> <term><option>-u</option></term> |