[Debian-live-changes] r2531 - in dists/trunk/live-helper: docs helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 19 20:59:41 UTC 2007


Author: daniel
Date: 2007-07-19 20:59:41 +0000 (Thu, 19 Jul 2007)
New Revision: 2531

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-07-19 19:59:30 UTC (rev 2530)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-07-19 20:59:41 UTC (rev 2531)
@@ -3,6 +3,9 @@
 	* helpers/lh_binary_memtest:
 	  - Added workaround for grub inside chroot when installing memtest as
 	    suggested by Vladimir Stavrinov <vs at inist.ru>.
+	* helpers/lh_binary_syslinux:
+	  - Using etch workaround for long filenames in syslinux on all
+	    distributions.
 
 2007-07-15  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-19 19:59:30 UTC (rev 2530)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-19 20:59:41 UTC (rev 2531)
@@ -472,7 +472,7 @@
 		sed -i -e "s/LIVE_VERSION/${VERSION}/" "${DESTDIR}"/f10.txt
 
 		# Workaround for syslinux (<< 3.36) which doesn't support long file/path names
-		if [ "${LIVE_DISTRIBUTION}" = "etch" ] && [ "`echo ${LIVE_LINUX_FLAVOURS} | wc -w`" -gt "1" ]
+		if [ "`echo ${LIVE_LINUX_FLAVOURS} | wc -w`" -gt "1" ]
 		then
 			NUMBER="0"
 




More information about the Debian-live-changes mailing list