From 3b5fc5fb1bf4b1601c0e54809b0f475c43d52f68 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 29 Mar 2023 11:14:02 +0900 Subject: boot-entry: prioritize machine ID only when it is not randomly generated Preparation for later commits. The parameter will be used in kernel-install later. --- src/boot/bootctl-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot') diff --git a/src/boot/bootctl-util.c b/src/boot/bootctl-util.c index d93cc20318..7259f177a8 100644 --- a/src/boot/bootctl-util.c +++ b/src/boot/bootctl-util.c @@ -120,6 +120,7 @@ int settle_entry_token(void) { arg_root, etc_kernel(), arg_machine_id, + /* machine_id_is_random = */ false, &arg_entry_token_type, &arg_entry_token); if (r < 0) -- cgit v1.2.1