diff options
author | Andrew Cady <d@jerkface.net> | 2018-06-13 16:59:10 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-06-13 17:13:53 -0400 |
commit | 2389f1c8d49823bbcf55f3a8d249632ed3c03d89 (patch) | |
tree | 2a0b4cb06bc830b94db3a9ed687b7d60669fe57b /initramfs-tools | |
parent | c2ab9ec558db5d12bfc70e2b6b7df16daeb6f3ef (diff) |
gpg2 now requires gpg-agent to be in /usr/bin/
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index 9b8a335..7334324 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat | |||
@@ -10,7 +10,7 @@ PATH=/usr/local/bin:$PATH | |||
10 | 10 | ||
11 | repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) | 11 | repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) |
12 | 12 | ||
13 | path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus wait_for_files samizdat-pinentry dynmenu samizdat-password-agent samizdat-gpg-agent parted' | 13 | path_execs='mountpoint openvt rsync gpg2 pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus wait_for_files samizdat-pinentry dynmenu samizdat-password-agent samizdat-gpg-agent parted' |
14 | 14 | ||
15 | graft_paths=" | 15 | graft_paths=" |
16 | /bin/OpenVT=/bin/openvt | 16 | /bin/OpenVT=/bin/openvt |
@@ -21,7 +21,7 @@ graft_paths=" | |||
21 | /lib/samizdat/vol_id.txt=${samizdat_initrd_files_dir}/vol_id.txt | 21 | /lib/samizdat/vol_id.txt=${samizdat_initrd_files_dir}/vol_id.txt |
22 | " | 22 | " |
23 | 23 | ||
24 | absolute_path_copies='/lib/terminfo/l/linux' | 24 | absolute_path_copies='/lib/terminfo/l/linux /usr/bin/gpg-agent' |
25 | 25 | ||
26 | modules='loop xts dm-crypt hfs hfsplus' | 26 | modules='loop xts dm-crypt hfs hfsplus' |
27 | modules_dirs='kernel/drivers/net/ethernet kernel/fs/nls' | 27 | modules_dirs='kernel/drivers/net/ethernet kernel/fs/nls' |