]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect: add small "systemd-dissect" tool as wrapper around dissect-image.c
authorLennart Poettering <lennart@poettering.net>
Fri, 2 Dec 2016 18:32:09 +0000 (19:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Dec 2016 17:38:41 +0000 (18:38 +0100)
commita2ea3b2fc82bdd92cf782de61365113bb6ed9ca7
treeefdba2410dff966d2f39158ca36de0c8a622fc7b
parent9f3c7fc1ad0d3d46e14b737e912ae8ca15f4e072
dissect: add small "systemd-dissect" tool as wrapper around dissect-image.c

This adds a small tool that may be used to look into OS images, and mount them
to any place. This is mostly a friendlier version of test-dissect-image.c. I am
not sure this should really become a proper command of systemd, hence for now
do not install it into bindir, but simply libexecdir.

This tool is already pretty useful since you can mount image files with it,
honouring the various partitions correctly. I figure this is going to become
more interesting if the dissctor learns luks and verity support.
.gitignore
Makefile.am
src/dissect/Makefile [new symlink]
src/dissect/dissect.c [new file with mode: 0644]
src/shared/loop-util.c
src/shared/loop-util.h