[debian-edu-commits] debian-edu/ 01/01: sbin/debian-edu-pxeinstall: Add instructions how to fetch daily d-i netboot images to ease testing during development.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Tue Oct 11 09:08:35 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 d326a80d249489710d14c7b6149b238b14eec757
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Tue Oct 11 11:08:00 2016 +0200

    sbin/debian-edu-pxeinstall: Add instructions how to fetch daily d-i netboot images to ease testing during development.
---
 debian/changelog           | 7 +++++++
 sbin/debian-edu-pxeinstall | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27e5f3a..bf144e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-config (1.915) UNRELEASED; urgency=medium
+
+  * sbin/debian-edu-pxeinstall: Add instructions how to fetch daily d-i
+    netboot images to ease testing during development.
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 11 Oct 2016 11:04:43 +0200
+
 debian-edu-config (1.914) unstable; urgency=medium
 
   * Add depends to lsb-base (>= 3.0-6), thanks lintian. 
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index dad93d9..d354dad 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -150,6 +150,9 @@ for arch in $archs ; do
                 gtkvideo="video=vesa:ywrap,mtrr vga=788"
             else
                 url=$mirrorurl/dists/$dist/main/installer-$arch/current/images/netboot/netboot.tar.gz
+                # Comment the above URL and uncomment the below one to be able
+                # to fetch daily debian installer images during development.
+                #url=https://d-i.debian.org/daily-images/$arch/daily/netboot/netboot.tar.gz
             fi
             echo "Fetching $url"
             if wget -q -O netboot-$arch.tar.gz.new $url ; then

-- 
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