[debian-edu-commits] r84170 - trunk/src/build/CD-administrator

pere at alioth.debian.org pere at alioth.debian.org
Thu Nov 13 16:40:41 UTC 2014


Author: pere
Date: 2014-11-13 16:40:40 +0000 (Thu, 13 Nov 2014)
New Revision: 84170

Modified:
   trunk/src/build/CD-administrator/CONF-jessie-usbstick.sh
Log:
Try to get d-i working with daily d-i images.

Modified: trunk/src/build/CD-administrator/CONF-jessie-usbstick.sh
===================================================================
--- trunk/src/build/CD-administrator/CONF-jessie-usbstick.sh	2014-11-13 15:20:02 UTC (rev 84169)
+++ trunk/src/build/CD-administrator/CONF-jessie-usbstick.sh	2014-11-13 16:40:40 UTC (rev 84170)
@@ -70,9 +70,14 @@
 # This may be an url, or "default", which will make it use the default url
 # for the daily d-i builds. If not set, uses the official d-i images from
 # the Debian mirror.
-#export DI_WWW_HOME=default
+export DI_WWW_HOME=default
 #export DI_WWW_HOME="http://people.debian.org/~otavio/d-i-lenny/installer-amd64/current/images/"
 
+# Use old DI_CODENAME since 2013-05-18 while the d-i images for jessie
+# are missing
+# Use sid since 2014-10-24 to test the latest udebs early
+export DI_CODENAME=sid
+
 # Version number, "2.2 r0", "2.2 r1" etc.
 export DEBVERSION="8.0+edu0~a0"
 




More information about the debian-edu-commits mailing list