summaryrefslogtreecommitdiffstats
path: root/src/basic/efivars.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-14 09:44:39 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-21 12:26:35 +0100
commitdb81144428d7af1b10eb332dde9708e8d136ebe1 (patch)
treeabbc20abaab4bf13898b23a781e62817bb541fbb /src/basic/efivars.c
parenttmpfiles: log at info level when some allowed failures occur (diff)
downloadsystemd-db81144428d7af1b10eb332dde9708e8d136ebe1.tar.xz
systemd-db81144428d7af1b10eb332dde9708e8d136ebe1.zip
tree-wide: BLS and DPS are now on uapi-group website
Diffstat (limited to 'src/basic/efivars.c')
-rw-r--r--src/basic/efivars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/efivars.c b/src/basic/efivars.c
index 847b6da1ee..17e0fb895e 100644
--- a/src/basic/efivars.c
+++ b/src/basic/efivars.c
@@ -354,7 +354,7 @@ static int read_efi_options_variable(char **ret) {
int r;
/* In SecureBoot mode this is probably not what you want. As your cmdline is cryptographically signed
- * like when using Type #2 EFI Unified Kernel Images (https://systemd.io/BOOT_LOADER_SPECIFICATION)
+ * like when using Type #2 EFI Unified Kernel Images (https://uapi-group.org/specifications/specs/boot_loader_specification)
* The user's intention is then that the cmdline should not be modified. You want to make sure that
* the system starts up as exactly specified in the signed artifact.
*