]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: return to beginning of line when enrolling
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Sep 2025 13:31:53 +0000 (15:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Sep 2025 10:33:59 +0000 (12:33 +0200)
src/boot/secure-boot.c

index a7bac8bf08b7d70aa5b78a07de2f93c35232b368..3b3715d899aa104a06b4141d9a6d89b3b59d7096 100644 (file)
@@ -105,6 +105,9 @@ EFI_STATUS secure_boot_enroll_at(EFI_FILE *root_dir, const char16_t *path, bool
                                 timeout_sec--;
                                 continue;
                         }
+
+                        printf("\n");
+
                         if (err != EFI_SUCCESS)
                                 return log_error_status(
                                                 err,