From 7ba6af6d2945ad6d7b623a7192aa35117dcb4919 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Fri, 25 May 2012 13:47:33 +0200 Subject: [PATCH] Copy mapping and magic to BOOTDIR on ppc (#815550) --- share/ppc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/ppc.tmpl b/share/ppc.tmpl index 4879c450..3ff15da2 100644 --- a/share/ppc.tmpl +++ b/share/ppc.tmpl @@ -44,6 +44,10 @@ mkdir ${MACDIR} install usr/lib/yaboot/yaboot ${MACDIR} install ${configdir}/ofboot.b ${MACDIR} +## copy mapping and magic files needed for isos +install ${configdir}/mapping ${BOOTDIR} +install ${configdir}/magic ${BOOTDIR} + ## NOTE: PPC is kind of funky. There's three possible "arch" setups here: ## ppc, ppc64, and 'hybrid' (ppc userspace, both ppc & ppc64 kernels).