Disable md5sum check for isolinux.bin
authorMichael Prokop <devnull@localhost>
Sun, 30 Sep 2007 12:01:34 +0000 (14:01 +0200)
committerMichael Prokop <devnull@localhost>
Sun, 30 Sep 2007 12:01:34 +0000 (14:01 +0200)
grml-live

index 76c8767..9d7900b 100755 (executable)
--- 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 {{{