From owner-freebsd-chat@FreeBSD.ORG Wed Sep 19 16:28:18 2007 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE32E16A41B for ; Wed, 19 Sep 2007 16:28:18 +0000 (UTC) (envelope-from gueven.bay@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 774E613C461 for ; Wed, 19 Sep 2007 16:28:18 +0000 (UTC) (envelope-from gueven.bay@googlemail.com) Received: by py-out-1112.google.com with SMTP id u77so502833pyb for ; Wed, 19 Sep 2007 09:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nqwFZdoGQitbGBZt3qnRgZl8DlxL/S2ectdxuwzbW84=; b=IfsyHXrX/F1g73oXM62kfViyWoBk1XXh2IuV+6LMHXAFt3TtxCFcIYDpp93CiEu/b1z95aZM5d5K7dvyxU45ehOpiCfQVCGWNEsDpp1lRCis2YkamZi0I0T5lNaRIX+k9ISjBcZS+O+XdIntBK22thO6d3qOAW0WorXFGOy5vNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EhcL/GIipj/AQiXr40x/qrPCqdVTe0uhdWUZhjALxV5CcFZ96YhgW0UHUsYqmUlPcoXjZIKrENI+wnHTmrZtUbSONREGNYg5+YdFJ1yLWN2yn+YXh7PJPklGpJfLOc/XXVFwR2PFHE53RkP73NmyBREdKA6Y/hdkt8X15ddq+7M= Received: by 10.35.39.2 with SMTP id r2mr986919pyj.1190217715200; Wed, 19 Sep 2007 09:01:55 -0700 (PDT) Received: by 10.35.103.17 with HTTP; Wed, 19 Sep 2007 09:01:55 -0700 (PDT) Message-ID: <13413b8f0709190901x320d9f7ft4af2948ade2aaa57@mail.gmail.com> Date: Wed, 19 Sep 2007 18:01:55 +0200 From: "Gueven Bay" To: freebsd-chat In-Reply-To: <6199c3dc0709190728x155bd585m566373ae3c720297@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6199c3dc0709190728x155bd585m566373ae3c720297@mail.gmail.com> Subject: Re: Creating your own livecd iso X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 16:28:18 -0000 2007/9/19, Benjamin Adams : > Anyone know where I can read about creating my own BSD livecd? > I have a laptop partition that is about 1G that I want to turn into a > LiveDVD. It has some networking tools for testing and debugging. I would > rather have just a dvd to boot from rather then carring around my laptop. > > Thanks for any help on this. Here is an old project to make livecds for FreeBSD: http://sourceforge.net/projects/livecd/ But I don't know if the tools are working with the actual releases. Just try it.