summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-01-23 11:34:31 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-01 12:41:32 +0100
commita8c47660bbbcc2ffc483beaa17d5c806f73849b3 (patch)
tree204a3fd23a7db9d70c8ee0184f444e836236a47d /src/shared/dissect-image.h
parent7b5de295692926f1356ea078a9534b2b5a8ea798 (diff)
downloadsystemd-a8c47660bbbcc2ffc483beaa17d5c806f73849b3.tar.gz
dissect: automatically detect boot loader spec $BOOT partition
The boot loader spec supports two places to store boot loader configuration: the ESP and a generic replacement for it in case the ESP is not available or not suitable. Let's look for both.
Diffstat (limited to 'src/shared/dissect-image.h')
-rw-r--r--src/shared/dissect-image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/dissect-image.h b/src/shared/dissect-image.h
index f50b40ea11..ded43f331a 100644
--- a/src/shared/dissect-image.h
+++ b/src/shared/dissect-image.h
@@ -29,6 +29,7 @@ enum {
PARTITION_HOME,
PARTITION_SRV,
PARTITION_ESP,
+ PARTITION_XBOOTLDR,
PARTITION_SWAP,
PARTITION_ROOT_VERITY, /* verity data for the PARTITION_ROOT partition */
PARTITION_ROOT_SECONDARY_VERITY, /* verity data for the PARTITION_ROOT_SECONDARY partition */