Hi,

this simple patch exports the distribution codenames in main.sh. This is 
required by lh_setupapt to correctly write the apt sources list when you use 
them instead of stable/testing/unstable. Sorry if it's not the right place 
for this, I didn't find a better one on the site.

-- 
Cédric Lucantis
Index: src/main.sh
===================================================================
--- src/main.sh	(révision 320)
+++ src/main.sh	(copie de travail)
@@ -37,6 +37,8 @@
 CODENAME_TESTING="etch"
 CODENAME_UNSTABLE="sid"
 
+export CODENAME_OLDSTABLE CODENAME_STABLE CODENAME_TESTING CODENAME_UNSTABLE
+
 # Source sub scripts
 for SCRIPT in `find ${BASE}/scripts/ -not -name '*~' -not -wholename "${BASE}/scripts/.*" -and -type f`
 do
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to