Skip to content

Commit

Permalink
Revert "gen_initramfs.sh: If available, use /usr/bin/gpg-agent from s…
Browse files Browse the repository at this point in the history
…ystem Sabayon#44"

This reverts commit bda99a4.
  • Loading branch information
mudler committed Sep 4, 2016
1 parent 7e6d811 commit 20443e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gen_initramfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,6 @@ append_gpg() {

print_info 1 "Including GPG support"
copy_binaries "${TEMP}/initramfs-gpg-temp" /usr/bin/gpg
[[ -e "/usr/bin/gpg-agent" ]] \
&& copy_binaries "${TEMP}/initramfs-gpg-temp" /usr/bin/gpg-agent

cd "${TEMP}/initramfs-gpg-temp/"
log_future_cpio_content
Expand Down

0 comments on commit 20443e4

Please sign in to comment.