]> git.ipfire.org Git - thirdparty/systemd.git/commit
portable: allow caller to override extension-release name check 24883/head
authorLuca Boccassi <bluca@debian.org>
Tue, 11 Oct 2022 17:58:33 +0000 (18:58 +0100)
committerLuca Boccassi <bluca@debian.org>
Wed, 12 Oct 2022 08:57:24 +0000 (09:57 +0100)
commit06768b90a32ac0d36252ebc5f426ad471bf29fce
tree69c46b241bd6724e1bdddcd9c5176ffa45e1598a
parentaad813bf170c7d901fcf1b664303e0204642ac61
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
14 files changed:
man/org.freedesktop.portable1.xml
man/portablectl.xml
man/systemd.exec.xml
src/basic/os-util.c
src/basic/os-util.h
src/core/namespace.c
src/portable/portable.c
src/portable/portable.h
src/portable/portablectl.c
src/portable/portabled-image-bus.c
src/shared/discover-image.c
src/shared/dissect-image.c
src/shared/dissect-image.h
test/units/testsuite-29.sh