summaryrefslogtreecommitdiff
path: root/hooks/live
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/live')
-rwxr-xr-xhooks/live4
1 files changed, 3 insertions, 1 deletions
diff --git a/hooks/live b/hooks/live
index 0ed58d8..5e8bdc7 100755
--- a/hooks/live
+++ b/hooks/live
@@ -39,7 +39,6 @@ fi
mkdir -p "${DESTDIR}"/lib/live-initramfs
# Executables
-copy_exec /usr/lib/live-initramfs/live-md5check /bin
copy_exec /usr/share/live-initramfs/live-reconfigure /bin
copy_exec /usr/share/live-initramfs/live-preseed /bin
@@ -99,6 +98,9 @@ then
copy_exec /usr/bin/eject /bin
fi
+# Program: md5sum
+copy_exec /usr/bin/md5sum /bin
+
# Program: udev
if [ "${BUILD_SYSTEM}" = "Ubuntu" ]
then