Skip to content

Commit

Permalink
Merge pull request #505 from itay-grudev/gpg2-fix
Browse files Browse the repository at this point in the history
GPG2 Fixes
  • Loading branch information
tlaurion authored Jan 26, 2019
2 parents 5eeb78b + 142d601 commit 1699771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/librem13v2/librem13v2.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CONFIG_CRYPTSETUP=y
CONFIG_FLASHROM=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
CONFIG_UTIL_LINUX=y
CONFIG_LVM2=y
Expand Down
1 change: 1 addition & 0 deletions boards/librem15v3/librem15v3.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CONFIG_CRYPTSETUP=y
CONFIG_FLASHROM=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
CONFIG_UTIL_LINUX=y
CONFIG_LVM2=y
Expand Down
2 changes: 1 addition & 1 deletion initrd/bin/kexec-sign-config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -z "$param_files" ]; then
fi

for tries in 1 2 3; do
if sha256sum $param_files | gpg --no-tty\
if sha256sum $param_files | gpg \
--digest-algo SHA256 \
--detach-sign \
-a \
Expand Down
1 change: 1 addition & 0 deletions modules/pinentry
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pinentry_configure := ./configure \
--host x86_64-linux-musl \
--prefix "/" \
--enable-pinentry-tty \
--disable-libsecret \
--disable-fallback-curses \
--disable-pinentry-curses \
--disable-pinentry-qt5 \
Expand Down

0 comments on commit 1699771

Please sign in to comment.