]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/dissect-image.c
dissect: optionally, only look for GPT partition tables, nothing else
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Dec 2016 17:39:15 +0000 (18:39 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Dec 2016 19:00:09 +0000 (20:00 +0100)
commit9b6deb03fcb358d6987ce86fcad08e2e290ee5d0
tree04585a62a61a27df1de280a8aecef2ef485eb25d
parent6f4e2f97d738e720ae843cef67cf83e350aa7667
dissect: optionally, only look for GPT partition tables, nothing else

This is useful for reusing the dissector logic in the gpt-auto-discovery logic:
there we really don't want to use MBR or naked file systems as root device.
src/dissect/dissect.c
src/machine/image-dbus.c
src/nspawn/nspawn.c
src/shared/dissect-image.c
src/shared/dissect-image.h
src/test/test-dissect-image.c