From owner-freebsd-questions@FreeBSD.ORG Mon Apr 20 06:24:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30E94106566B for ; Mon, 20 Apr 2009 06:24:46 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DBB8C8FC1A for ; Mon, 20 Apr 2009 06:24:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lvmvr-00030m-6v for freebsd-questions@freebsd.org; Mon, 20 Apr 2009 06:24:43 +0000 Received: from 61.148.100.42 ([61.148.100.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Apr 2009 06:24:43 +0000 Received: from peterwang by 61.148.100.42 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Apr 2009 06:24:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Peter Wang Date: Mon, 20 Apr 2009 14:23:42 +0800 Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 61.148.100.42 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:58MTt93UteiRllTRJ779qghnJ2Y= Sender: news Subject: How to create a livecd without compiling everything. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 06:24:46 -0000 Hi, all. I want to create a customized freebsd livecd, and i have read quite a lot guides about how to do that. but the problem is: most of these need make buildworld, make buildkernel ... I think it's hard for my notebook do that. so is there a simpler/quicker way in which i can create a livecd, what i want to be included in the livecd are the base freebsd system plus some customized packages/config files.