Searched refs:pxeboot_url (Results 1 – 3 of 3) sorted by relevance
59 kernel_url = self.distro.pxeboot_url + 'vmlinuz'60 initrd_url = self.distro.pxeboot_url + 'initrd.img'
57 kernel_url = self.distro.pxeboot_url + 'vmlinuz'59 initrd_url = self.distro.pxeboot_url + 'initrd.img'
115 def pxeboot_url(self): member in LinuxDistro