summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs-tools/hooks/samizdat2
-rw-r--r--initrd-dependencies.txt1
2 files changed, 2 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
diff --git a/initrd-dependencies.txt b/initrd-dependencies.txt
index 36bef76..ffdfae5 100644
--- a/initrd-dependencies.txt
+++ b/initrd-dependencies.txt
@@ -9,3 +9,4 @@ hfsplus
9isolinux 9isolinux
10nbd-client 10nbd-client
11cryptsetup 11cryptsetup
12hfsprogs