diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:40 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | 833abaa35c3a77075dd57f3f1a3633d79109a5b4 (patch) | |
| tree | 7ff85c4f46c17b2045a8b042d341220e9574ecac /hooks | |
| parent | f92e88f44e35a6e103b607a06d9fe69b9c20a53d (diff) | |
| download | live-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.tar.gz live-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.zip | |
Adding live-initramfs 1.91.6-1.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/live | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
