]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/dissect-image.c
headers: export partition uuids and flags in new sd-gpt.h file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Sep 2022 15:48:16 +0000 (17:48 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 20 Sep 2022 14:48:50 +0000 (16:48 +0200)
commit92e720281250aab9cd2728964c9d38d93b5b2013
treebf52bef9440a6cc83d1c75d7be9a7818d9ce0305
parentb66a6e1a5838b874b789820c090dd6850cf10513
headers: export partition uuids and flags in new sd-gpt.h file

I think those constants are generally useful. It's quite easy to make a mistake
when copying things from the docs, so let's make them easy and convenient to
access.
14 files changed:
TODO
man/systemd-gpt-auto-generator.xml
src/home/homed-manager.c
src/home/homework-luks.c
src/partition/repart.c
src/shared/dissect-image.c
src/shared/find-esp.c
src/shared/gpt.c
src/shared/gpt.h
src/systemd/meson.build
src/systemd/sd-gpt.h [new file with mode: 0644]
src/sysupdate/sysupdate-partition.c
src/test/test-loop-block.c
src/udev/udev-builtin-blkid.c