]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
core: add mount options support for MountImages 16686/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Fri, 31 Jul 2020 14:06:15 +0000 (15:06 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 20 Aug 2020 13:45:40 +0000 (14:45 +0100)
commit427353f6689e236d6b35ce3ab2dacab7d61a0c77
tree528c33f7b9ccad2e9c68dc5c129d50973e859772
parent9ece644435c13ab01ce322b5c243fc2def3f4ec6
core: add mount options support for MountImages

Follow the same model established for RootImage and RootImageOptions,
and allow to either append a single list of options or tuples of
partition_number:options.
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/execute.c
src/core/load-fragment.c
src/core/namespace.c
src/core/namespace.h
src/shared/bus-unit-util.c
src/systemctl/systemctl.c
test/units/testsuite-50.sh