Gotcha. AFAICT, busybox.rul provides busybox which installs nc and logger. However, the only relevant difference I could find between 3167 and 3189 (former works, latter according to you doesn't work) is:
diff trunk-3167-20050630/initrd_source/initrd.rul trunk-3189-20050715/initrd_source/initrd.rul 10c10 < # $Id: initrd.rul 3152 2005-06-15 04:23:41Z dannf $ --- > # $Id: initrd.rul 3169 2005-07-12 21:09:36Z finley $ 38a39,40 > # 2005.07.12 Brian Elliott Finley > # - x86_64 mklibs related mods; patch from Erich Focht 68,74c70,71 < MODULE_UTILS=modutils < ifeq ($(ARCH),i386) < MODULE_UTILS=busybox < endif < ifeq ($(ARCH),x86_64) < MODULE_UTILS=busybox < endif --- > # Need newer module-init-tools for 2.6.X kernels. > MODULE_UTILS=module-init-tools 153a151,156 > ifeq ($(ARCH),x86_64) > ( cd $(INITRD_BUILD_DIR) && \ > $(PYTHON) $(INITRD_DIR)/mklibs -L > /lib64:/usr/lib64:/lib:/usr/lib -v -d lib64 ./*bin/* ) > # copy libnss files as they are not automatically included > cp -a /lib64/libnss_dns* $(INITRD_BUILD_DIR)/lib64 > else 158a162 > endif I note interestingly that the MODULE_UTILS=buxybox no longer appears at all. If bb provides nc and logger but module-init-tools doesn't, voila. On first glance at 3.2-pre7 tarball of m-i-t, it doesn't. Dan W. On Sat, Jul 16, 2005 at 07:53:42PM -0700, Bernard Li wrote: > No - I'm talking about the initrd.img which SystemImager provides. I am > assuming that these two binaries are provided but they are currently > 'missing' during image deployment. Just trying to figure out what went wrong > here. > > Thanks, > > Bernard > > ________________________________ > > From: Daniel Widyono [mailto:[EMAIL PROTECTED] > Sent: Sat 16/07/2005 7:16 PM > To: Bernard Li > Cc: sisuite-devel@lists.sourceforge.net > Subject: Re: [Sisuite-devel] logger and nc binaries > > > > > I am testing the latest SVN trunk - during image installation, I saw error > > messages complaining that 'logger' and 'nc' binaries are not available - > > sure enough, they are not in initrd.img. Can someone please tell me where > > those binaries are from? > > [EMAIL PROTECTED] ~]# rpm -qf /usr/bin/nc > nc-1.10-22 > [EMAIL PROTECTED] ~]# rpm -qf /usr/bin/logger > util-linux-2.12a-16.EL4.6 > > Is that what you meant? > > Dan W. > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Sisuite-devel mailing list Sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel