[debian-edu-commits] debian-edu/ 01/01: sbin/debian-edu-pxeinstall: replace d-i version 7.0 with 8.0 to fix pxe installations.
    Wolfgang Schweer 
    schweer-guest at moszumanska.debian.org
       
    Thu Sep 25 22:02:49 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 2c2d4d90c89b31370b904778c73c8158477dd8a7
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Fri Sep 26 00:02:19 2014 +0200
    sbin/debian-edu-pxeinstall: replace d-i version 7.0 with 8.0 to fix pxe installations.
---
 debian/changelog           | 7 +++++++
 sbin/debian-edu-pxeinstall | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 27ed42f..9539e9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-config (1.806) UNRELEASED; urgency=high
+
+  * sbin/debian-edu-pxeinstall: replace d-i version 7.0 with 8.0 to fix
+    pxe installations.
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Thu, 25 Sep 2014 23:56:27 +0200
+
 debian-edu-config (1.805) unstable; urgency=high
 
   * Remove redundant code to divert the tasksel tests and use a common
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index ae1a92e..9f9db1c 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -131,7 +131,7 @@ for arch in $archs ; do
 	[ -d $tftpdir/debian-installer ] || \
 	    mkdir $tftpdir/debian-installer
         cd $tftpdir/debian-installer
-	di_ver=7.0
+	di_ver=8.0
         tarball=""
         if [ -d /usr/lib/debian-installer/images/$di_ver/$arch ]; then
 	    di_img_dir="/usr/lib/debian-installer/images/$di_ver/$arch"
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
    
    
More information about the debian-edu-commits
mailing list