lorax: Configure grub with findiso for images without kernels
From: Matthew Garrett <mjg@redhat.com>
If the EFI boot image doesn't contain a kernel then grub needs to find
the appropriate root filesystem that does contain the kernel. The findiso
argument has been added to our grub for this purpose. Add it to grub.confs
that are going to be used in non-kernel EFI images.
---
src/pylorax/__init__.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py
index c3235a4..8d0c1b7 100644
--- a/src/pylorax/__init__.py
+++ b/src/pylorax/__init__.py
@@ -534,6 +534,7 @@ class Lorax(BaseLoraxClass):
include_kernel=True, use_hfs=False):