Package: debian-edu-config Version: 1.816 Severity: important Tags: patch The debian-installer is now shipped with a changed version number scheme and the kernel command line delimiter has changed, too.
The patch has been tested and will be committed to git as soon as the
bug number has been obtained.
diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index 4d5df0b..02b440a 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=8.0
+ di_ver=8
tarball=""
if [ -d /usr/lib/debian-installer/images/$di_ver/$arch ]; then
di_img_dir="/usr/lib/debian-installer/images/$di_ver/$arch"
@@ -274,7 +274,7 @@ echo "Generating $menufile"
LABEL neteduboot-$arch
MENU LABEL Install Edu/^$arch ($desktop)
kernel debian-installer/$arch/linux
- append $gtkvideo initrd=debian-installer/$arch/initrd.gz auto
url=$preseedurl hostname=$hostname domain=$domain $installconfig -- quiet
+ append $gtkvideo initrd=debian-installer/$arch/initrd.gz auto
url=$preseedurl hostname=$hostname domain=$domain $installconfig --- quiet
ipappend 2
include menupassword.cfg
Wolfgang
signature.asc
Description: Digital signature

