diff options
Diffstat (limited to 'initramfs-tools/hooks')
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index db2fd1c..c02b8c6 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat | |||
@@ -8,8 +8,6 @@ CopyExec() { copy_exec "$@" || exit 1; } | |||
8 | PATH=/usr/local/bin:$PATH | 8 | PATH=/usr/local/bin:$PATH |
9 | . samizdat-paths.sh | 9 | . samizdat-paths.sh |
10 | 10 | ||
11 | set -x | ||
12 | |||
13 | repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) | 11 | repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) |
14 | 12 | ||
15 | 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' |