From 160367d065167ed2c296fde54f7201fa7356c951 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 6 Nov 2023 16:05:08 -0500 Subject: [PATCH] oem-factory-reset: normal output to inform user of consequences of generating keys on smartcard without backup, not a wanring anymore Signed-off-by: Thierry Laurion --- initrd/bin/oem-factory-reset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/oem-factory-reset b/initrd/bin/oem-factory-reset index 902debf6..685d3b88 100755 --- a/initrd/bin/oem-factory-reset +++ b/initrd/bin/oem-factory-reset @@ -904,7 +904,7 @@ if [ "$use_defaults" == "n" -o "$use_defaults" == "N" ]; then GPG_GEN_KEY_IN_MEMORY_COPY_TO_SMARTCARD=1 fi else - warn "GPG key material will be generated on USB Security Dongle's smartcard without backup" + echo "GPG key material will be generated on USB Security Dongle's smartcard without backup" GPG_GEN_KEY_IN_MEMORY=0 fi