diff options
Diffstat (limited to 'src/basic/efivars.c')
-rw-r--r-- | src/basic/efivars.c | 2 |
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. * |