Fix copying of other kernels
This commit is contained in:
parent
87ad91c475
commit
1fd86d4a0c
@ -1258,7 +1258,7 @@ class LoraxOutputTree(BaseLoraxClass):
|
|||||||
os.link(source, link_name)
|
os.link(source, link_name)
|
||||||
|
|
||||||
# other kernels
|
# other kernels
|
||||||
for kernel in self.installtree.kernels:
|
for kernel in kernels:
|
||||||
shutil.copy2(kernel.fpath, self.pxebootdir)
|
shutil.copy2(kernel.fpath, self.pxebootdir)
|
||||||
|
|
||||||
def get_isolinux(self):
|
def get_isolinux(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user