From owner-freebsd-chat@FreeBSD.ORG Fri Sep 21 23:45:07 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 B446D16A468 for ; Fri, 21 Sep 2007 23:45:07 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBF813C46A for ; Fri, 21 Sep 2007 23:45:07 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 73F057822; Fri, 21 Sep 2007 18:23:41 -0500 (CDT) Received: by mail.tcbug.org (Postfix, from userid 1001) id 48AF0342D0E; Fri, 21 Sep 2007 18:23:41 -0500 (CDT) Date: Fri, 21 Sep 2007 18:23:41 -0500 From: Josh Paetzel To: Dan Langille Message-ID: <20070921232341.GL24834@tcbug.org> References: <6199c3dc0709190728x155bd585m566373ae3c720297@mail.gmail.com> <46F0FCDD.7261.1DEF1DA1@dan.langille.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="I4VOKWutKNZEOIPu" Content-Disposition: inline In-Reply-To: <46F0FCDD.7261.1DEF1DA1@dan.langille.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Benjamin Adams , freebsd-chat@freebsd.org Subject: Re: Creating your own livecd iso X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Paetzel List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 23:45:07 -0000 --I4VOKWutKNZEOIPu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dan Langille wrote: > On 19 Sep 2007 at 10:28, Benjamin Adams wrote: >=20 > > 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 wo= uld > > rather have just a dvd to boot from rather then carring around my lapto= p. >=20 > I recommend FreeSBIE. http://www.freesbie.org/ >=20 > --=20 > Dan Langille - http://www.langille.org/ > Available for hire: http://www.freebsddiary.org/dan_langille.php >=20 With the recent changes to /boot/cdboot FreeSBIE is almost irrevelent. I just got done stripping it out of a project for work, it's build process is complicated and overkill for a lot of projects. You can create a perfectly usable live-cd by doing: make installkernel installworld distribution DESTDIR=3D/some/dir cd /usr/ports/sysutils/screen && make install DESTDIR=3D/some/dir =2E.. =2E.. =2E.. cd /some/dir mkisofs -b boot/cdboot -no-emul-boot -R -U -V Uberl33t -p Uberl33t \ -o /usr/wherever/Uberl33t.iso . --=20 Thanks, Josh Paetzel --I4VOKWutKNZEOIPu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFG9FJ7JvkB8SevrssRAoBrAKCWTg0jy1OtZ93+Jti3/C2eQkAJxwCdFlEg /SyQZWXdbUfTrGtUu+JtXas= =Cjli -----END PGP SIGNATURE----- --I4VOKWutKNZEOIPu--