[debian-edu-commits] debian-edu/ 01/01: Set d-i version to 9 in sbin/debian-edu-pxeinstall so that the daily d-i images are fetched.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Tue Oct 4 11:49:46 UTC 2016


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 63d88c8150d4e7cb9e2af8288d6fa6705e9a556d
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Tue Oct 4 13:49:27 2016 +0200

    Set d-i version to 9 in sbin/debian-edu-pxeinstall so that the daily d-i images are fetched.
---
 debian/changelog           | 2 ++
 sbin/debian-edu-pxeinstall | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8bf52f..766d967 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ debian-edu-config (1.913) UNRELEASED; urgency=medium
     now that the debian-edu-archive-keyring package is gone; so it can be
     dropped.
   * Adjust Makefile.
+  * Set d-i version to 9 in sbin/debian-edu-pxeinstall so that the daily d-i
+    images are fetched.
 
  -- Holger Levsen <holger at debian.org>  Sat, 01 Oct 2016 15:11:32 +0200
 
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index 0d8d7e1..dad93d9 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -130,7 +130,7 @@ for arch in $archs ; do
 	[ -d $tftpdir/debian-installer ] || \
 	    mkdir $tftpdir/debian-installer
         cd $tftpdir/debian-installer
-	di_ver=8
+	di_ver=9
         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