Fix copying of other kernels

This commit is contained in:
Martin Gracik 2010-11-12 14:24:56 +01:00
parent 87ad91c475
commit 1fd86d4a0c

View File

@ -1258,7 +1258,7 @@ class LoraxOutputTree(BaseLoraxClass):
os.link(source, link_name)
# other kernels
for kernel in self.installtree.kernels:
for kernel in kernels:
shutil.copy2(kernel.fpath, self.pxebootdir)
def get_isolinux(self):