> 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 > > # I assume this is only for the /usr/sbin/wrapper binary that we're already including in KEEPFILES. However if all the stuff in /usr/lib/kernel-wrapper is also required for wrapper to work, it's going to need to be listed in KEEPFILES as well. We don't include stuff in /usr/lib unless it's explicitly mentioned or a program we do include links against it, and I'm betting the latter isn't happening here. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list