From 857dbff2ce63ccadd8994bfeacd65507b5455f76 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 23 Feb 2018 10:16:48 -0800 Subject: [PATCH] Revert "add system-logos dependency for syslinux" This reverts commit 13e234ae0218fd4c7daaf325ce13757771075452. system-logos is not needed in the runtime-install.tmpl because the correct *-logos package is already installed by the _install_branding code in treebuilder.py --- 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 413119e1..370cc9da 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 system-logos + installpkg biosdevname memtest86+ syslinux installpkg grub2-tools grub2-tools-minimal grub2-tools-extra %endif %if basearch in ("ppc", "ppc64", "ppc64le"):