We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9647ad commit d19addbCopy full SHA for d19addb
initrd/bin/oem-factory-reset
@@ -385,13 +385,13 @@ usb_security_token_capabilities_check()
385
enable_usb
386
# ... first set board config preference
387
if [ -n "$CONFIG_GPG_ALGO" ]; then
388
- GPG_ALGO=$CONFIG_GPG_ALGO
389
- DEBUG "Setting \$GPG_ALGO to (board-)configured: $CONFIG_GPG_ALGO"
+ GPG_ALGO=$CONFIG_GPG_ALGO
+ DEBUG "Setting GPG_ALGO to (board-)configured: $CONFIG_GPG_ALGO"
390
fi
391
# ... overwrite with usb-token capability
392
if lsusb | grep -q "20a0:42b2"; then
393
- GPG_ALGO="p256"
394
- DEBUG "Nitrokey 3 detected: Setting \$GPG_ALGO to: $GPG_ALGO"
+ GPG_ALGO="p256"
+ DEBUG "Nitrokey 3 detected: Setting GPG_ALGO to: $GPG_ALGO"
395
396
}
397
0 commit comments