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