From owner-freebsd-small@FreeBSD.ORG Tue Feb 21 10:15:03 2006 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F56A16A420 for ; Tue, 21 Feb 2006 10:15:03 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A475843D76 for ; Tue, 21 Feb 2006 10:15:02 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k1LAF0uq029300; Tue, 21 Feb 2006 12:15:00 +0200 From: Nikos Vassiliadis To: Luigi Rizzo Date: Tue, 21 Feb 2006 12:11:44 +0200 User-Agent: KMail/1.8.3 References: <200602211006.45764.nvass@teledomenet.gr> <20060221004225.A59329@xorpc.icir.org> In-Reply-To: <20060221004225.A59329@xorpc.icir.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602211211.44600.nvass@teledomenet.gr> Cc: freebsd-small@freebsd.org Subject: Re: last known 4-.x-RELEASE where PicoBSD can be built X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:15:03 -0000 On Tuesday 21 February 2006 10:42, Luigi Rizzo wrote: > On Tue, Feb 21, 2006 at 10:06:45AM +0200, Nikos Vassiliadis wrote: > > Hi, > > > > I tried to build PicoBSD using sources from RELENG_4 on a > > 4.10-RELEASE-p5 system and it failed. I (think|know) it's working > > again on RELENG_6, but I want to use 4.x branch. So, which > > sources should I get to build it? > > if you take the script that i recently committed to -current > and -stable (/usr/src/release/picobsd/build/picobsd) > it should work also with 4.x sources > > it relies on ports/sysutils/makefs to build > the file system image without the need for > root permissions > > one thing you might have to do is increase the fd_size > to 2880 (in the imagename/config file) due to > increased code size I still have problems(might as well be the lack of experience though). I will try to build one based on 6-STABLE, which is known to work and try using 4.x sources then. I'll post again in a few days. Thanks Luigi Nikos > > cheers > luigi