I tested a bit, and looked at the source of choose-mirror, and the problem seem to be that the recognized value for mirror/country has changed. This patch seem to solve the problem:
Index: sbin/debian-edu-pxeinstall =================================================================== --- sbin/debian-edu-pxeinstall (revision 63384) +++ sbin/debian-edu-pxeinstall (working copy) @@ -170,7 +170,7 @@ cat <<EOF # Avoid questions about mirrors, using manual setup -choose-mirror-bin mirror/country string enter information manually +choose-mirror-bin mirror/country string manual choose-mirror-bin mirror/protocol select http choose-mirror-bin mirror/http/hostname string ftp.skolelinux.org choose-mirror-bin mirror/http/directory string /debian The patch also work for the Lenny installer. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

