return platform == "pcbios"
def netboot_kernel_url(self, arch, platform):
- return "https://nightly.ipfire.org/next/latest/%s/images/vmlinuz" % arch
+ return "http://boot.ipfire.org/nightly/next/latest/%s/images/vmlinuz" % arch
def netboot_initrd_url(self, arch, platform):
- return "https://nightly.ipfire.org/next/latest/%s/images/instroot" % arch
+ return "http://boot.ipfire.org/nightly/next/latest/%s/images/instroot" % arch
def netboot_args(self, arch, platform):
return "installer.download-url=https://nightly.ipfire.org/next/latest/%s/images/installer.iso" % arch