Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Sun Sep 30 14:01:34 2007 +0200 (14 months ago) | |
| changeset 124 | 41749d1f76ea |
| manifest | 41749d1f76ea |
| parent 123 | 3d9c6bd1eb03 |
| child 125 | aec6089b9ead |
--- 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 {{{