Am 27.06.2013 17:01, schrieb Thomas Bächler:
+netboot_patterns += [ url(r'^' + rfile + '$', RedirectView.as_view(url='http://releng.archlinux.org/pxeboot/boot/' + rfile)) for rfile in + ('hdt.c32' + 'hdt/modalias.gz' + 'hdt/pciids.gz' + 'ifcpu64.c32', + 'memtest.bin' + 'menu.c32', + 'pxelinux.0', + 'reboot.c32', + 'splash.png', + 'vesamenu.c32') ] +
This is my remaining problem: I need a redirect to an http-version of the STATIC_URL - right now this points to the old releng site. While iPXE supports https, it doesn't support wildcard certificates right now. We can fix this later, but now I'd just like to have a working version, even if it only uses http.