From wookey@wookware.org Fri May 21 01:05:46 2010
Received: from dream ([213.165.225.113] helo=dream.aleph1.co.uk)
	by stoneboat.aleph1.co.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.69) (envelope-from <wookey@wookware.org>) id 1OFFkG-0006eu-OY
	for balloon@balloonboard.org; Fri, 21 May 2010 01:05:46 +0100
Received: from wookey by dream.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <wookey@wookware.org>) id 1OFG1I-0004ik-4D
	for balloon@balloonboard.org; Fri, 21 May 2010 01:23:20 +0100
Date: Fri, 21 May 2010 01:23:20 +0100
From: Wookey <wookey@wookware.org>
To: balloon@balloonboard.org
Message-ID: <20100521002319.GH20145@dream.aleph1.co.uk>
Mail-Followup-To: balloon@balloonboard.org
References: <201005190921.04474.manningc2@actrix.gen.nz>
	<201005201352.42821.manningc2@actrix.gen.nz>
	<20100520160028.GE20145@dream.aleph1.co.uk>
	<201005211114.20242.manningc2@actrix.gen.nz>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <201005211114.20242.manningc2@actrix.gen.nz>
Organization: Aleph One Ltd
User-Agent: Mutt/1.5.18 (2008-05-17)
X-SA-Exim-Connect-IP: 213.165.225.113
X-SA-Exim-Mail-From: wookey@wookware.org
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
	stoneboat.aleph1.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=4.5 tests=AWL,BAYES_00 autolearn=no
	version=3.2.5
X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000)
X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk)
Subject: Re: [Balloon] What happened to setup? --> not booting with initrd
X-BeenThere: balloon@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: Balloon List <balloon.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/mailman/options/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon.html>
List-Post: <mailto:balloon@balloonboard.org>
List-Help: <mailto:balloon-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/mailman/listinfo/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Fri, 21 May 2010 00:05:47 -0000

+++ Charles Manning [2010-05-21 11:14 +1200]:
> On Friday 21 May 2010 04:00:28 Wookey wrote:
> > +++ Charles Manning [2010-05-20 13:52 +1200]:
> Thanks. Thatgets me over one hurdle.
> I now get a proper initramfs.
> 
> setup is there but the modprobes don't work. :-(.

Yes. We've covered this. You are building on a system whose modutils
generates new-style relative paths. The modutils in the
buildroot/busybox we are using does not understand these.

You can fix this by
1) building with an older modutils (the one in lenny is old enough),
2) move to the newer buildroot (Makefile.inc has support commented out
 - it's very new but seems to basically work)
3) make the paths in the depmod file absolute
4) change the buildroot build to have depmod installed in the image and
    run depmod -a on boot 
    
> Would modprobing work properly if these were full path names?

Yes.

We plan to do 2) as soon as tests show nothing important breaks. 

Patches for 3 or 4 would also be gratefully accepted.

Wookey
-- 
Principal hats:  iEndian - Balloonboard - Toby Churchill - Emdebian
http://wookware.org/


