diff options
author | Andrew Cady <d@jerkface.net> | 2016-05-03 14:36:19 +0200 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-05-03 14:36:19 +0200 |
commit | f200e83db0dea1d120cf91d6c71c2d74b00b9706 (patch) | |
tree | a699211164782f21606a08377ad1ec9a691338fe /initramfs-tools/hooks | |
parent | 26de82e40c38cb1f09fb1e232a12b09c131a7573 (diff) |
fix everything
Diffstat (limited to 'initramfs-tools/hooks')
-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 | ||