From 13e234ae0218fd4c7daaf325ce13757771075452 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 21 Feb 2018 12:39:53 +0000 Subject: [PATCH] add system-logos dependency for syslinux The x86.tmpl explicitly references the syslinux-splash provided in the system-logos package and fails if it's not there so implicitly install it on arches where syslinux is supported to ensure it's there. Fixes rhbz #1529239 Signed-off-by: Peter Robinson --- share/templates.d/99-generic/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index 370cc9da..413119e1 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -50,7 +50,7 @@ installpkg glibc-all-langpacks installpkg shim-ia32 grub2-efi-ia32-cdboot %endif %if basearch in ("i386", "x86_64"): - installpkg biosdevname memtest86+ syslinux + installpkg biosdevname memtest86+ syslinux system-logos installpkg grub2-tools grub2-tools-minimal grub2-tools-extra %endif %if basearch in ("ppc", "ppc64", "ppc64le"):