In scripts/upd-instroot, include kernel-bootwrapper on ppc and ppc64 in the $PACKAGES list. --- scripts/upd-instroot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 03202b0..56b5095 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -229,7 +229,7 @@ if [ $ARCH = s390 -o $ARCH = s390x ]; then fi if [ $ARCH = ppc -o $ARCH = ppc64 ]; then - PACKAGES="$PACKAGES pcmciautils pdisk yaboot hfsutils" + PACKAGES="$PACKAGES pcmciautils pdisk yaboot hfsutils kernel-bootwrapper" fi # -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list