From: Lennart Poettering Date: Fri, 19 Sep 2025 13:31:53 +0000 (+0200) Subject: boot: return to beginning of line when enrolling X-Git-Tag: v259-rc1~456^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f417a984c9bb5bf9c4c615989ab860c008579402;p=thirdparty%2Fsystemd.git boot: return to beginning of line when enrolling --- diff --git a/src/boot/secure-boot.c b/src/boot/secure-boot.c index a7bac8bf08b..3b3715d899a 100644 --- a/src/boot/secure-boot.c +++ b/src/boot/secure-boot.c @@ -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,