[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/8] Switch to a dynamically linked stage 1.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH 1/8] Switch to a dynamically linked stage 1.
- Date: Tue, 18 Dec 2007 10:58:50 -0500
> - 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]