> - Use udev, not udev-static. > - Include module-init-tools. > - Link loader dynamically. > - Split DSO dependency finder off into a separate functions file; use > it in both mk-images and upd-instroot > - Adjust mk-images to use it > - Nuke hardcoded s390 library list for stage1 > - Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files > --- > Makefile.inc | 2 +- > loader2/Makefile | 2 +- > scripts/Makefile | 1 + > scripts/mk-images | 103 +++++++++++++++--------------------------- > scripts/upd-instroot | 123 ++----------------------------------------------- > 5 files changed, 45 insertions(+), 186 deletions(-) You'll also want to modify the spec file to require the real versions of packages instead of the -static versions. Hmm... moving to the dynamic loader means we can get rid of the existing NFS mount code that appears to be failing right now (352451). I like this plan. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list