From fc53809803cd2bc2434e312b19a18fa36776da12 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:40 +0200 Subject: Adding upstream version 256. Signed-off-by: Daniel Baumann --- src/shared/boot-entry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/boot-entry.h') diff --git a/src/shared/boot-entry.h b/src/shared/boot-entry.h index f3a6f28..836b637 100644 --- a/src/shared/boot-entry.h +++ b/src/shared/boot-entry.h @@ -17,14 +17,14 @@ bool boot_entry_token_valid(const char *p); int boot_entry_token_ensure( const char *root, - const char *etc_kernel, /* will be prefixed with root, typically /etc/kernel. */ + const char *conf_root, /* will be prefixed with root, typically /etc/kernel. */ sd_id128_t machine_id, bool machine_id_is_random, BootEntryTokenType *type, /* input and output */ char **token); /* output, but do not pass uninitialized value. */ int boot_entry_token_ensure_at( int rfd, - const char *etc_kernel, + const char *conf_root, sd_id128_t machine_id, bool machine_id_is_random, BootEntryTokenType *type, -- cgit v1.2.3