summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-04-12 22:59:54 +0900
committerGitHub <noreply@github.com>2023-04-12 22:59:54 +0900
commit8e1d6003fb4c919b35955bca853bc4f151bb9e3f (patch)
treeced3b042654db53dceab92530ba8252343bb8986 /src/boot
parent14cb10b737fc88d5acb82c626daa219703d00e64 (diff)
parentd2d969bb45ec29bf3594acd64344b4e8671a3b05 (diff)
downloadsystemd-8e1d6003fb4c919b35955bca853bc4f151bb9e3f.tar.gz
Merge pull request #27217 from yuwata/boot-entry-at
boot-entry: introduce _at() variant
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/bootctl-util.c1
1 files changed, 1 insertions, 0 deletions
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)