Why do you think we need real module-init-tools on i386? I tested busybox modprobe loader yesterday, and it worked.
On Wed, May 11, 2005 at 08:27:54PM -0700, [EMAIL PROTECTED] wrote: > Update of /cvsroot/systemimager/systemimager/initrd_source > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20708/initrd_source > > Modified Files: > initrd.rul > Log Message: > Use module-init-tools to configure initrd, since we're building a 2.6.x > kernel. > > > Index: initrd.rul > =================================================================== > RCS file: /cvsroot/systemimager/systemimager/initrd_source/initrd.rul,v > retrieving revision 1.42 > retrieving revision 1.43 > diff -u -d -r1.42 -r1.43 > --- initrd.rul 11 Mar 2005 12:29:01 -0000 1.42 > +++ initrd.rul 12 May 2005 03:27:52 -0000 1.43 > @@ -58,8 +58,12 @@ > SKEL_FILES = $(shell find $(INITRD_DIR)/skel -not -regex '.*/CVS.*' -and \ > -not -regex '.*/CVS') > > +ifndef MKCRAMFS_BINARY > MKCRAMFS = $(shell which mkcramfs || which mkfs.cramfs || \ > echo MKCRAMFS_WAS_NOT_FOUND_IN_YOUR_PATH) > +else > +MKCRAMFS = $(MKCRAMFS_BINARY) > +endif > > # Number of inodes in the build directory and number of > # inodes needed on the initial RAM disk -BEF- > @@ -67,10 +71,10 @@ > ### BEGIN module utility decisions ### > MODULE_UTILS=modutils > ifeq ($(ARCH),i386) > - MODULE_UTILS=busybox > + MODULE_UTILS=module-init-tools > endif > ifeq ($(ARCH),x86_64) > - MODULE_UTILS=busybox > + MODULE_UTILS=module-init-tools > endif > ifeq ($(ARCH),ppc64) > MODULE_UTILS=busybox > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > systemimager-cvs-commits mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/systemimager-cvs-commits > -- __________________________________________________________________ Sean Dague Mid-Hudson Valley sean at dague dot net Linux Users Group http://dague.net http://mhvlug.org There is no silver bullet. Plus, werewolves make better neighbors than zombies, and they tend to keep the vampire population down. __________________________________________________________________
pgpULJPEgcyZf.pgp
Description: PGP signature
