[Petter Reinholdtsen] > I gave this a go with the rsynced file from > ftp.skolelinux.org::cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso, > and ran into the same problem.
I've tracked down the problem, and it seem to me like a heisenbug[1]. No idea how this could be working in the first place. The way apt work, keys are only activated when doing 'apt-get update', and we did not make sure to call 'apt-get update' after installing debian-edu-archive-keyring and before trying to install debian-edu-install. This make it impossible to verify the APT repository where debian-edu-install is located during installation. The fix is to change our pre-pkgsel script to first install debian-edu-archive-keyring, then call 'in-target apt-get update', and finally install the rest of the packages. I've uploaded a fix to unstable and wheezy-test. Please test. If it look good, we should push it to our wheezy repository. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

