summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:40 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit833abaa35c3a77075dd57f3f1a3633d79109a5b4 (patch)
tree7ff85c4f46c17b2045a8b042d341220e9574ecac /hooks
parentf92e88f44e35a6e103b607a06d9fe69b9c20a53d (diff)
downloadlive-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.tar.gz
live-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.zip
Adding live-initramfs 1.91.6-1.
Diffstat (limited to 'hooks')
-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