summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-xinitramfs-tools/hooks/samizdat2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat
index e4bdd12..a782a6b 100755
--- a/initramfs-tools/hooks/samizdat
+++ b/initramfs-tools/hooks/samizdat
@@ -8,7 +8,7 @@ CopyExec() { copy_exec "$@" || exit 1; }
8for f in ./old-school/* loop-layer.sh; do CopyExec "$f" /bin; done 8for f in ./old-school/* loop-layer.sh; do CopyExec "$f" /bin; done
9 9
10# TODO: check samizdat source to see what it copies 10# TODO: check samizdat source to see what it copies
11path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs' 11path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus'
12 12
13for c in $path_execs; do CopyExec "$(which $c)" /bin; done 13for c in $path_execs; do CopyExec "$(which $c)" /bin; done
14 14