summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-03-18 19:04:48 +0100
committerGitHub <noreply@github.com>2022-03-18 19:04:48 +0100
commit5f1077af1eda0bfee7a7ec68b4912ed8e2d86484 (patch)
tree0e5dd045faa9632a013316e16040ec5b93e479a9 /src/shared/bootspec.h
parentd0b4f13ef850c3608386f9de551031f66d32e430 (diff)
parentf620a36865b9525a3344f321f9eec8547eb37ee3 (diff)
downloadsystemd-5f1077af1eda0bfee7a7ec68b4912ed8e2d86484.tar.gz
Merge pull request #22519 from poettering/boot-order-title-revert
sd-boot: rework boot entry sorting
Diffstat (limited to 'src/shared/bootspec.h')
-rw-r--r--src/shared/bootspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h
index 13a2029739..0f5e6c9ad5 100644
--- a/src/shared/bootspec.h
+++ b/src/shared/bootspec.h
@@ -27,6 +27,7 @@ typedef struct BootEntry {
char *root; /* The root path in which the drop-in was found, i.e. to which 'kernel', 'efi' and 'initrd' are relative */
char *title;
char *show_title;
+ char *sort_key;
char *version;
char *machine_id;
char *architecture;