]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: new feature MountImages 16321/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 14 Jul 2020 15:18:41 +0000 (16:18 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 5 Aug 2020 20:34:55 +0000 (21:34 +0100)
Follows the same pattern and features as RootImage, but allows an
arbitrary mount point under / to be specified by the user, and
multiple values - like BindPaths.

Original implementation by @topimiettinen at:
https://github.com/systemd/systemd/pull/14451
Reworked to use dissect's logic instead of bare libmount() calls
and other review comments.
Thanks Topi for the initial work to come up with and implement
this useful feature.


No differences found