From be6b2f51059e0604bd3728e6cd603972df8cf619 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 17:30:25 +0200 Subject: Rewriting live-media checksum verification to work with any SHA and MD5 digests. --- initramfs-tools/hooks/live | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initramfs-tools/hooks') diff --git a/initramfs-tools/hooks/live b/initramfs-tools/hooks/live index 5fd8dae..5fc01ec 100755 --- a/initramfs-tools/hooks/live +++ b/initramfs-tools/hooks/live @@ -175,7 +175,9 @@ then fi [ "${QUIET}" ] || echo -n " "utils -# Program: md5sum + +# Feature: Verify Checksums +copy_exec /usr/bin/sha256sum /bin copy_exec /usr/bin/md5sum /bin # Program: memdisk -- cgit v1.2.3