[Debian-live-changes] r1638 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Wed May 23 09:42:14 UTC 2007


Author: daniel
Date: 2007-05-23 09:42:14 +0000 (Wed, 23 May 2007)
New Revision: 1638

Modified:
   dists/trunk/live-helper/helpers/lh_binary_md5sum
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-23 08:24:37 UTC (rev 1637)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-23 09:42:14 UTC (rev 1638)
@@ -54,7 +54,7 @@
 
 # Calculating md5sums
 cd binary
-find . -type f | sort | grep -v 'isolinux/isolinux.bin' | xargs md5sum > ../md5sum.txt
+find . -type f | sort | grep -v 'isolinux/isolinux.bin' | grep -v 'boot/grub/stage2_eltorito' | xargs md5sum > ../md5sum.txt
 mv ../md5sum.txt ./
 
 cd "${OLDPWD}"




More information about the Debian-live-changes mailing list