]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
core: add RootImage= setting for using a specific image file as root directory for...
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Dec 2016 13:26:05 +0000 (14:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Feb 2017 11:19:42 +0000 (12:19 +0100)
commit915e6d1676cf73c4f927f3bbfa21ee82640b1832
tree7b12ef355276452ec4da4778e7b26c5ee58e8664
parent2eedfd2d8b3441e8cf6dae4bdc9afaefbda19c39
core: add RootImage= setting for using a specific image file as root directory for a service

This is similar to RootDirectory= but mounts the root file system from a
block device or loopback file instead of another directory.

This reuses the image dissector code now used by nspawn and
gpt-auto-discovery.
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/namespace.c
src/core/namespace.h
src/core/unit.c
src/shared/bus-unit-util.c
src/test/test-ns.c