diff options
Diffstat (limited to 'src/basic')
-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 8e8d5f1d0b..26d34bb94f 100644 --- a/src/basic/efivars.c +++ b/src/basic/efivars.c @@ -343,7 +343,7 @@ int cache_efi_options_variable(void) { 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://systemd.io/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. * |