diff options
author | Luca Boccassi <bluca@debian.org> | 2022-10-11 19:58:33 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2022-10-12 10:57:24 +0200 |
commit | 06768b90a32ac0d36252ebc5f426ad471bf29fce (patch) | |
tree | 69c46b241bd6724e1bdddcd9c5176ffa45e1598a /man/portablectl.xml | |
parent | portable: rename flag PORTABLE_FORCE -> PORTABLE_FORCE_ATTACH (diff) | |
download | systemd-06768b90a32ac0d36252ebc5f426ad471bf29fce.tar.xz systemd-06768b90a32ac0d36252ebc5f426ad471bf29fce.zip |
portable: allow caller to override extension-release name check
When the --force flag is used, do not insist that the extension-release
file has to match the extension image name
Diffstat (limited to 'man/portablectl.xml')
-rw-r--r-- | man/portablectl.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/portablectl.xml b/man/portablectl.xml index 64927a2fe6..deb7842d1f 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -378,7 +378,9 @@ <term><option>--force</option></term> <listitem><para>Skip safety checks and attach or detach images (with extensions) without first ensuring - that the units are not running.</para></listitem> + that the units are not running, and do not insist that the + <filename>extension-release.<replaceable>NAME</replaceable></filename> file in the extension image has + to match the image filename.</para></listitem> </varlistentry> <xi:include href="user-system-options.xml" xpointer="host" /> |