Copy mapping and magic to BOOTDIR on ppc (#815550)

This commit is contained in:
Martin Gracik 2012-05-25 13:47:33 +02:00
parent 64ac47d7b6
commit 7ba6af6d29

View File

@ -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).