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.
2 parents 45696a4 + 5501cd0 commit 4f14058Copy full SHA for 4f14058
1 file changed
initrd/bin/oem-factory-reset
@@ -680,7 +680,7 @@ generate_checksums() {
680
fi
681
682
DEBUG "Detach-signing boot files under kexec.sig: ${param_files}"
683
- if sha256sum $param_files 2>/dev/null | DO_WITH_DEBUG gpg \
+ if sha256sum $param_files 2>/dev/null | DO_WITH_DEBUG --mask-position 4 gpg \
684
--pinentry-mode loopback \
685
--passphrase "${USER_PIN}" \
686
--digest-algo SHA256 \
0 commit comments