From owner-freebsd-embedded@FreeBSD.ORG Sat May 19 09:56:21 2007 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E138C16A402 for ; Sat, 19 May 2007 09:56:21 +0000 (UTC) (envelope-from bsenthil@adventnet.com) Received: from alps.manageengine.org (alps.manageengine.org [203.193.155.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE3213C447 for ; Sat, 19 May 2007 09:56:19 +0000 (UTC) (envelope-from bsenthil@adventnet.com) Received: from smtp.india.adventnet.com (smtp.india.adventnet.com [192.168.4.41]) by alps.manageengine.org (8.13.8/8.13.4/Debian-3) with ESMTP id l4J9uF03019400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 19 May 2007 15:26:15 +0530 Received: from [192.168.111.179] (bsenthil.india.adventnet.com [192.168.111.179]) by smtp.india.adventnet.com (8.13.4/8.13.4/Debian-3) with ESMTP id l4J9uAKk012506 for ; Sat, 19 May 2007 15:26:11 +0530 Message-ID: <464EC8FE.1010208@adventnet.com> Date: Sat, 19 May 2007 15:23:02 +0530 From: bsenthil User-Agent: Mozilla Thunderbird 1.0.6-6mdk (X11/20050322) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-embedded@freebsd.org References: <464DD48B.1070202@adventnet.com> <464DEF14.4000509@freebsdbrasil.com.br> In-Reply-To: <464DEF14.4000509@freebsdbrasil.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.1/3269/Sat May 19 08:06:41 2007 on mail-hub.india.adventnet.com X-Virus-Status: Clean Subject: Re: customized strip down freebsd OS (less than 50MB) 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: Sat, 19 May 2007 09:56:22 -0000 Thanks for your information. I am looking for mini freebsd with bootable image iso format, which is for installation purpose. In my case, iso image contains two set of kernals and base directory. ISO Image directory + 6.0Release/ base (copy to harddisk for booting purpose ) + 6.0Release/kernel (copy to harddisk for booting purpose ) + base (Installation time,boot form cd) + kernel (Installation time,boot form cd) while installing OS on new system, one set of kernel and base directory datas are used for booting from CD. Once OS is booted and copy the other set of base and kernel directory to harddisk. When i reboot the system, It will boot form hardisk kernel. Is the ISO image must required two set of kernel and base directory ? ? ?.. Is it possible to process with one set of kernel and base directory???. If yes how to customize it. Thanks, Senthilkumar. Jean Milanez Melo wrote: >bsenthil wrote: > > >>Hi, >> >>I am looking for mini freebsd customized OS (less than 50MB). Is it >>possible to customize the freebsd to below 50MB? >> >>The list of modules i run over freebsd OS >>1. TCP/IP stack >>2. package installation. >>3. File read and write operation >>4. Apache server >> >>What is the minimum size of the stripped freebsd OS ? >> >>Please let me know detail/link how to customize freebsd OS. >> >>Thanks, >>Senthilkumar. >>_______________________________________________ >>freebsd-embedded@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-embedded >>To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org" >> >> > >Hello, > >You can build a 'minimal' TinyBSD image with around 8MB. See >/usr/src/tools/tools/tinybsd. > >- Jean > >