]> git.ipfire.org Git - thirdparty/systemd.git/commit
portabled: add --extension parameter for layered images support
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 23 Jun 2020 12:09:42 +0000 (13:09 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 31 Mar 2021 08:56:44 +0000 (09:56 +0100)
commit907952bbc92dd6656807d9b2eb0d0c94a4c9e865
treeb5a1f594b1191699443798922b2c94e6d7fb0c76
parent248b1e0aa41d97958c6f45132f6cc7e888263eb7
portabled: add --extension parameter for layered images support

Add an --extension parameter to portablectl, and new DBUS methods
to attach/detach/reattach/inspect.
Allows to append separate images on top of the root directory (os-release
will be searched in there) and mount the images using an overlay-like
setup (unit files will be searched in there) using the new ExtensionImages
service option.
man/org.freedesktop.portable1.xml
man/portablectl.xml
src/portable/portable.c
src/portable/portable.h
src/portable/portablectl.c
src/portable/portabled-bus.c
src/portable/portabled-image-bus.c
test/TEST-29-PORTABLE/test.sh
test/units/testsuite-29.sh