From owner-freebsd-embedded@FreeBSD.ORG Wed Oct 29 22:32:36 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E2AB1065673 for ; Wed, 29 Oct 2008 22:32:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 347B38FC0A for ; Wed, 29 Oct 2008 22:32:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m9TMTs9e051369; Wed, 29 Oct 2008 16:29:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 29 Oct 2008 16:31:06 -0600 (MDT) Message-Id: <20081029.163106.1474621784.imp@bsdimp.com> To: mah@jump-ing.de From: "M. Warner Losh" In-Reply-To: <40D69C3A-16B9-4370-B9D5-FCD6FDF87EE4@jump-ing.de> References: <40D69C3A-16B9-4370-B9D5-FCD6FDF87EE4@jump-ing.de> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-embedded@freebsd.org Subject: Re: FreeBSD kompakt X-BeenThere: freebsd-embedded@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: Wed, 29 Oct 2008 22:32:36 -0000 In message: <40D69C3A-16B9-4370-B9D5-FCD6FDF87EE4@jump-ing.de> Markus Hitter writes: : : Hello all, : : as promised, I've extracted the tinybsd related files from my current : environment. Currently I build images with less than 6 MB disk space : used. This is the bare minimum, of course. You can boot, log in, have : a shell (/bin/sh only) and that's it. Cron, syslog and the likes : should work. : : The main reason why I'm sending this is, I modified tinybsd pretty : hefty, resulting in an almost-rewrite. Nevertheless, everything works : as before, just a lot faster: kernel is built on demand only, the : remaining part takes about 20 seconds. Additionally, the full file : hierarchy is left aside, directories are created as needed. For more : details I've left some comments in the script. : : Please let me know what you think about this and which parts I should : extract as a precise patch for inclusion in FreeBSD. I'd love to let you know what we think, but I didn't see it in the post. Maybe it got eaten? If so, can you put it up on the net somewhere. Warner