From cde80754f9d19f2eb9c3ed4c0637b734366e8745 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 14:01:34 +0200 Subject: [PATCH] Disable md5sum check for isolinux.bin --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-live b/grml-live index 76c8767..9d7900b 100755 --- a/grml-live +++ b/grml-live @@ -365,7 +365,7 @@ fi # create md5sum file: ( cd $BUILD_TARGET/GRML && -find .. -type f -not -name md5sums -exec md5sum {} \; > md5sums ) +find .. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; > md5sums ) # }}} # ISO_TARGET - mkisofs {{{ -- 2.1.4