X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=9d7900be378b80aff4bb01f22f40d964971d45b6;hp=76c8767b391032f2061ee55b46a931fa3685bf8a;hb=cde80754f9d19f2eb9c3ed4c0637b734366e8745;hpb=cf74fdddb3945d75ff8fa4df763776f7d3284df1 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 {{{