From 7d6e8c65f3430a0b77303093e375a58611b125a9 Mon Sep 17 00:00:00 2001 From: "David W. Aquilina" Date: Mon, 9 Sep 2013 13:24:13 -0400 Subject: [PATCH] Yaboot to grub2 conversion cleanup. Drop yaboot from runtime-install and don't install efika.forth Related: rhbz#1131199 Signed-off-by: Brian C. Lane --- share/ppc.tmpl | 1 - share/runtime-install.tmpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/share/ppc.tmpl b/share/ppc.tmpl index ee6359d1..025f1dff 100644 --- a/share/ppc.tmpl +++ b/share/ppc.tmpl @@ -36,7 +36,6 @@ treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img mkdir ${BOOTDIR} ## boot stuff for normal (CHRP/PREP) PPC systems install ${configdir}/bootinfo.txt ${BOOTDIR} -install boot/efika.forth ${BOOTDIR} mkdir ${GRUBDIR}/powerpc-ieee1275 runcmd grub2-mkimage -O powerpc-ieee1275 -d /usr/lib/grub/powerpc-ieee1275 -p '()/boot/grub' \ diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 5b366f4e..86667ab8 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -33,7 +33,7 @@ installpkg kernel installpkg efibootmgr grub2-efi shim shim-unsigned %endif %if basearch in ("ppc", "ppc64"): - installpkg grub2 grub2-tools yaboot fbset hfsutils kernel-bootwrapper ppc64-utils + installpkg grub2 grub2-tools fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x": installpkg lsscsi s390utils-base s390utils-cmsfs-fuse