diff --git a/initrd/bin/gui-init b/initrd/bin/gui-init index 7e3be63d..f0085432 100755 --- a/initrd/bin/gui-init +++ b/initrd/bin/gui-init @@ -95,7 +95,7 @@ update_totp() if [ -x /bin/libremkey_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 - /bin/seal-libremkey + /bin/seal-hotpkey else echo "Once you have scanned the QR code, hit Enter to continue" read diff --git a/initrd/bin/seal-libremkey b/initrd/bin/seal-hotpkey similarity index 100% rename from initrd/bin/seal-libremkey rename to initrd/bin/seal-hotpkey