Use kernel in outputtree when creating efi images
This commit is contained in:
parent
3ce70b9e49
commit
413fc84cb3
@ -400,7 +400,7 @@ class Lorax(BaseLoraxClass):
|
||||
# create efi images
|
||||
efiboot = None
|
||||
if grubefi:
|
||||
kernel = kernels[0]
|
||||
kernel = self.outputtree.kernels[0]
|
||||
|
||||
# create efiboot image with kernel
|
||||
logger.info("creating efiboot image with kernel")
|
||||
|
Loading…
Reference in New Issue
Block a user