]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
service: add new RootImageOptions feature 16308/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 29 Jun 2020 12:19:31 +0000 (13:19 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 29 Jul 2020 16:17:32 +0000 (17:17 +0100)
commit18d73705874f9bf0643485714e9dc069a2e9b599
tree840ce033e9291bac5a28974dcc74180ca0efe074
parent5511d8c1b9ad9e5288a2a0bacffdbcbed5c6c19a
service: add new RootImageOptions feature

Allows to specify mount options for RootImage.
In case of multi-partition images, the partition number can be prefixed
followed by colon. Eg:

RootImageOptions=1:ro,dev 2:nosuid nodev

In absence of a partition number, 0 is assumed.
23 files changed:
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/namespace.c
src/core/namespace.h
src/dissect/dissect.c
src/firstboot/firstboot.c
src/gpt-auto-generator/gpt-auto-generator.c
src/nspawn/nspawn.c
src/portable/portable.c
src/shared/bus-unit-util.c
src/shared/dissect-image.c
src/shared/dissect-image.h
src/shared/machine-image.c
src/test/test-dissect-image.c
src/test/test-namespace.c
src/test/test-ns.c
test/TEST-50-DISSECT/test.sh
test/units/testsuite-50.sh