]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect: implement external helper plugin interface for /bin/mount
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Mar 2023 17:25:25 +0000 (18:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Mar 2023 21:52:20 +0000 (22:52 +0100)
commita164d9d5aab40cdcf5685bbfa286d8e08ae76150
tree147e1c76881dd705cf42878d31443c974e02cd8c
parentdf40b7ef5a1d65e0c1aca1817afed559babb6b4c
dissect: implement external helper plugin interface for /bin/mount

With this change we'll install a symlink /sbin/mount.ddi →
systemd-dissect. If invoked that way we'll do the equivalent of
systemd-dissect --mount.

This makes DDIs mountable directly via the "mount" command, by
specifying the "-t ddi" pseudo file system type. Moreover you can now
mount DDIs directly via /etc/fstab, by specifying "ddi" in the file
system column (3rd column).
meson.build
src/dissect/dissect.c