[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770302: debian-edu-config: debian-edu-pxeinstall fails to write complete preseed file



Package: debian-edu-config
Version: 1.813
Severity: important
Tags: patch pending


Testing fully automated PXE installations shows that the preseed file 
generated by the script debian-edu-pxeinstall is missing a setting like
'mirror/http/mirror select <mirror used during system installation>'.

This causes the installer to ask the user to select the mirror manually.

The patch has been committed to git.

diff --git a/sbin/debian-edu-pxeinstall b/sbin/debian-edu-pxeinstall
index c1682f4..ef2c2e4 100755
--- a/sbin/debian-edu-pxeinstall
+++ b/sbin/debian-edu-pxeinstall
@@ -247,7 +247,7 @@ choose-mirror-bin     mirror/http/hostname    string  http.debian.net
 choose-mirror-bin     mirror/http/directory   string  /debian
 EOF
     else
-	debconf-get-selections --installer | egrep -w 'mirror/country|mirror/protocol|mirror/http/hostname|mirror/http/directory|mirror/ftp/hostname|mirror/ftp/directory' | sort
+	debconf-get-selections --installer | egrep -w 'mirror/http/mirror|mirror/country|mirror/protocol|mirror/http/hostname|mirror/http/directory|mirror/ftp/hostname|mirror/ftp/directory' | sort
     fi
 
     # Make it easier to have local overrides and still be able to

Wolfgang

Attachment: signature.asc
Description: Digital signature


Reply to: