summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-27 12:13:18 -0400
committerAndrew Cady <d@jerkface.net>2016-04-27 12:13:18 -0400
commit023728a4564f27195d44b7806f9adfa45c4ec8e2 (patch)
tree9739833a612ba09edc01dcd1226fa7dd05612fd3
parent4070db2e6a6c6e43bf27efb9540b7d954e610934 (diff)
ensure initrd has fsck.hfsplus
-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