Blame SOURCES/rear-bz1492177-warning.patch

260680
diff --git a/usr/share/rear/output/ISO/Linux-i386/249_check_rhel_grub2_efi_package.sh b/usr/share/rear/output/ISO/Linux-i386/249_check_rhel_grub2_efi_package.sh
260680
new file mode 100644
260680
index 00000000..4c4ded08
260680
--- /dev/null
260680
+++ b/usr/share/rear/output/ISO/Linux-i386/249_check_rhel_grub2_efi_package.sh
260680
@@ -0,0 +1,9 @@
260680
+# 249_check_rhel_grub2_efi_package.sh
260680
+
260680
+is_true $USING_UEFI_BOOTLOADER || return    # empty or 0 means NO UEFI
260680
+
260680
+(
260680
+    VERBOSE=1
260680
+    test -r /usr/lib/grub/x86_64-efi/moddep.lst
260680
+    PrintIfError "WARNING: /usr/lib/grub/x86_64-efi/moddep.lst not found, grub2-mkimage will likely fail. Please install the grub2-efi-x64-modules package to fix this."
260680
+)