diff options
-rw-r--r-- | src/boot/bootctl-random-seed.c | 4 | ||||
-rw-r--r-- | units/systemd-boot-random-seed.service (renamed from units/systemd-boot-system-token.service) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/bootctl-random-seed.c b/src/boot/bootctl-random-seed.c index 1f33b5b71b..de1dec19e5 100644 --- a/src/boot/bootctl-random-seed.c +++ b/src/boot/bootctl-random-seed.c @@ -152,9 +152,9 @@ int install_random_seed(const char *esp) { return log_error_errno(r, "Failed to write 'LoaderSystemToken' EFI variable: %m"); if (r == -EINVAL) - log_warning_errno(r, "Unable to write 'LoaderSystemToken' EFI variable (firmware problem?), ignoring: %m"); + log_notice_errno(r, "Unable to write 'LoaderSystemToken' EFI variable (firmware problem?), ignoring: %m"); else - log_warning_errno(r, "Unable to write 'LoaderSystemToken' EFI variable, ignoring: %m"); + log_notice_errno(r, "Unable to write 'LoaderSystemToken' EFI variable, ignoring: %m"); } else log_info("Successfully initialized system token in EFI variable with %zu bytes.", sizeof(buffer)); } diff --git a/units/systemd-boot-system-token.service b/units/systemd-boot-random-seed.service index ef5577549e..ef5577549e 100644 --- a/units/systemd-boot-system-token.service +++ b/units/systemd-boot-random-seed.service |