http://bugs.skolelinux.org/show_bug.cgi?id=1436
--- Comment #5 from Andreas B. Mundt <[email protected]> 2010-02-03 09:15:20 --- quick (perhaps dirty) patch: --- debian-edu-pxeinstall 2010-02-03 09:13:02.000000000 +0100 +++ debian-edu-pxeinstall_new 2010-02-03 09:11:30.000000000 +0100 @@ -121,6 +121,11 @@ # fetched from DNS. d-i netcfg/get_hostname seen true d-i netcfg/get_domain seen true +EOF + if [ -x /usr/bin/debconf-get-selections ] ; then + debconf-get-selections --installer | grep '^d-i.*time/zone' + fi + cat <<EOF # location of the proxies, in case it is required, both http and ftp # in case someone ask d-i to use ftp mirrors. -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

