diff options
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 |
