Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Disable md5sum check for isolinux.bin
authorMichael Prokop
Sun Sep 30 14:01:34 2007 +0200 (14 months ago)
changeset 12441749d1f76ea
manifest41749d1f76ea
parent 1233d9c6bd1eb03
child 125aec6089b9ead
Disable md5sum check for isolinux.bin
grml-live
--- a/grml-live Sun Sep 30 13:22:48 2007 +0200
+++ b/grml-live Sun Sep 30 14:01:34 2007 +0200
@@ -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 {{{