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

otavio at alioth.debian.org otavio at alioth.debian.org
Sat Jun 16 19:45:44 UTC 2007


Author: otavio
Date: 2007-06-16 19:45:44 +0000 (Sat, 16 Jun 2007)
New Revision: 2125

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
   dists/trunk/live-helper/helpers/lh_binary_live-installer
Log:
Support udeb_exclude.


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-16 19:41:17 UTC (rev 2124)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-16 19:45:44 UTC (rev 2125)
@@ -237,6 +237,7 @@
 echo $DOWNLOAD | xargs wget
 
 # Excluding udebs
+grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/udeb_exclude > exclude
 grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/exclude-udebs > exclude
 grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/exclude-udebs-${LIVE_ARCHITECTURE} >> exclude
 

Modified: dists/trunk/live-helper/helpers/lh_binary_live-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_live-installer	2007-06-16 19:41:17 UTC (rev 2124)
+++ dists/trunk/live-helper/helpers/lh_binary_live-installer	2007-06-16 19:45:44 UTC (rev 2125)
@@ -268,6 +268,7 @@
 fi
 
 # Excluding udebs
+grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/udeb_exclude > exclude
 grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/exclude-udebs > exclude
 grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/exclude-udebs-${LIVE_ARCHITECTURE} >> exclude
 




More information about the Debian-live-changes mailing list