From cc28121beb40d592c3483a2b99dfc5d78efa97a5 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 22 Jun 2022 16:41:12 -0400 Subject: [PATCH] gui-init: Have TPMTOTP QrCode named under TOTP app with $BOARD_NAME --- initrd/bin/gui-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/gui-init b/initrd/bin/gui-init index f8ad20d6..afcf28eb 100755 --- a/initrd/bin/gui-init +++ b/initrd/bin/gui-init @@ -142,7 +142,7 @@ prompt_update_checksums() generate_totp_htop() { echo "Scan the QR code to add the new TOTP secret" - /bin/seal-totp + /bin/seal-totp "$BOARD_NAME" if [ -x /bin/hotp_verification ]; then echo "Once you have scanned the QR code, hit Enter to configure your HOTP USB Security Dongle (e.g. Librem Key or Nitrokey)" read