bootspec: fix comment that says exactly the opposite of what is true

This commit is contained in:
Lennart Poettering
2021-11-09 23:51:35 +01:00
parent 1ce915a91c
commit 31f7765762

View File

@@ -20,7 +20,7 @@ typedef enum BootEntryType {
typedef struct BootEntry {
BootEntryType type;
char *id; /* This is the file basename without extension */
char *id; /* This is the file basename (including extension!) */
char *id_old; /* Old-style ID, for deduplication purposes. */
char *path; /* This is the full path to the drop-in file */
char *root; /* The root path in which the drop-in was found, i.e. to which 'kernel', 'efi' and 'initrd' are relative */