summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-29 17:55:45 -0400
committerAndrew Cady <d@jerkface.net>2016-04-29 17:55:45 -0400
commit5fad94d3f0436662d8abdafd6d4736b081665e5f (patch)
tree1882d343be16c0fad1b30d1ce6eed6ff85b1b2e2 /initramfs-tools
parent1c6a5e26a24a517f0b76d030c23772f321e2d943 (diff)
path independence achieved?
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-xinitramfs-tools/hooks/samizdat2
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; }
8PATH=/usr/local/bin:$PATH 8PATH=/usr/local/bin:$PATH
9. samizdat-paths.sh 9. samizdat-paths.sh
10 10
11set -x
12
13repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) 11repo_execs=$(echo "${samizdat_initrd_files_dir}"/*)
14 12
15path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus' 13path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus'