diff options
author | Andrew Cady <d@jerkface.net> | 2016-05-03 10:13:42 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-05-03 10:13:42 -0400 |
commit | ec4837a57a137672033d326770b2d978764c1841 (patch) | |
tree | 53871fbbe8edd71fe64bb316bc3523e3bdde67bc /initramfs-tools/hooks/samizdat | |
parent | f200e83db0dea1d120cf91d6c71c2d74b00b9706 (diff) |
fix the rest of the bugs
Diffstat (limited to 'initramfs-tools/hooks/samizdat')
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index 5ec8688..78ece68 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 src/samizdat-password-agent src/samizdat-gpg-agent' | 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' |
14 | 14 | ||
15 | graft_paths=" | 15 | graft_paths=" |
16 | /bin/OpenVT=/bin/openvt | 16 | /bin/OpenVT=/bin/openvt |