summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-05 00:05:13 -0400
committerAndrew Cady <d@jerkface.net>2019-10-05 00:05:13 -0400
commit9f521a0c62f2a716a163d1fc0d0af39761945740 (patch)
tree2de8f74c9fcedaba43d9ebbadc0740360fc13fc6 /initramfs-tools
parent384739decc1805691e0fcc2b7954346c20787eed (diff)
fix initramfs-tools hook to find binaries in /usr/local/lib/samizdat-rhizome/initrd
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 7334324..edbfb6d 100755
--- a/initramfs-tools/hooks/samizdat
+++ b/initramfs-tools/hooks/samizdat
@@ -5,7 +5,7 @@
5CopyExec() { copy_exec "$@" || exit 1; } 5CopyExec() { copy_exec "$@" || exit 1; }
6 6
7. /usr/share/initramfs-tools/hook-functions 7. /usr/share/initramfs-tools/hook-functions
8PATH=/usr/local/bin:$PATH 8PATH=/usr/local/lib/samizdat-rhizome/initrd:/usr/local/bin:$PATH
9. samizdat-paths.sh 9. samizdat-paths.sh
10 10
11repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) 11repo_execs=$(echo "${samizdat_initrd_files_dir}"/*)