diff options
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index c02b8c6..5ec8688 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' | 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' |
14 | 14 | ||
15 | graft_paths=" | 15 | graft_paths=" |
16 | /bin/OpenVT=/bin/openvt | 16 | /bin/OpenVT=/bin/openvt |
@@ -23,8 +23,6 @@ graft_paths=" | |||
23 | 23 | ||
24 | absolute_path_copies='/lib/terminfo/l/linux' | 24 | absolute_path_copies='/lib/terminfo/l/linux' |
25 | 25 | ||
26 | samizdat_execs='wait_for_files samizdat-pinentry dynmenu src/samizdat-password-agent src/samizdat-gpg-agent' | ||
27 | for c in $samizdat_execs; do CopyExec ${samizdat_execs_dir}/$c /bin; done | ||
28 | modules='loop xts dm-crypt hfs hfsplus' | 26 | modules='loop xts dm-crypt hfs hfsplus' |
29 | modules_dirs='kernel/drivers/net/ethernet kernel/fs/nls' | 27 | modules_dirs='kernel/drivers/net/ethernet kernel/fs/nls' |
30 | 28 | ||