diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-01-23 11:34:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-01 12:41:32 +0100 |
commit | a8c47660bbbcc2ffc483beaa17d5c806f73849b3 (patch) | |
tree | 204a3fd23a7db9d70c8ee0184f444e836236a47d /src/shared/dissect-image.h | |
parent | 7b5de295692926f1356ea078a9534b2b5a8ea798 (diff) | |
download | systemd-a8c47660bbbcc2ffc483beaa17d5c806f73849b3.tar.gz systemd-a8c47660bbbcc2ffc483beaa17d5c806f73849b3.tar.bz2 systemd-a8c47660bbbcc2ffc483beaa17d5c806f73849b3.zip |
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.h | 1 |
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 */ |