> I'm wondering why we use cp for s390(x) but the remainder of the > function makeinitrd uses install or instbin. > > Maybe that's the reason the so-deps didn't get resolved? > > Shouldn't that be all we need?: > > - cp $IMGPATH/usr/bin/xauth $MBD_DIR/sbin/xauth > + instbin $IMGPATH /usr/bin/xauth $MBD_DIR /sbin/xauth Yes, we should definitely be using instbin here. That'll get rid of the need for copying all the libraries by hand because we'll run get_dso_deps on the binary that way. Good catch. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list