From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 9 07:46:35 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38AC16A41C for ; Thu, 9 Jun 2005 07:46:35 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC5443D1D for ; Thu, 9 Jun 2005 07:46:34 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j597kO0e057057; Thu, 9 Jun 2005 10:46:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 84093-16; Thu, 9 Jun 2005 10:46:24 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j597kOVg057054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Jun 2005 10:46:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j597kpOT029071; Thu, 9 Jun 2005 10:46:51 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Jun 2005 10:46:51 +0300 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20050609074651.GC25346@ip.net.ua> References: <20050608235221.GA71575@ranger.acns.ab.ca> <86ll5kdokw.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TYecfFk8j8mZq+dy" Content-Disposition: inline In-Reply-To: <86ll5kdokw.fsf@xps.des.no> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-hackers@freebsd.org Subject: Re: Bootable CDROM creation system X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 07:46:36 -0000 --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 09, 2005 at 08:35:59AM +0200, Dag-Erling Sm?rgrav wrote: > Chad David writes: > > My company built a tool a few years back for creating a bootable cdrom > > based on a running host FreeBSD 3/4 system, which promptly got shelved = and > > forgotten.I recently had to update it for FreeBSD 5 and thought that > > perhaps the community at large could make use it before it gets forgott= en > > again. >=20 > # cd /usr/src > # make buildworld buildkernel > # mkdir /tmp/cdrom > # make installworld installkernel DESTDIR=3D/tmp/cdrom > # cd /usr/src/etc > # make distribution DESTDIR=3D/tmp/cdrom > # mkisofs -o /tmp/cdrom.iso -r -no-emul-boot -b /tmp/cdrom/boot/cdboot /t= mp/cdrom > # burncd -s max data /tmp/cdrom.iso fixate eject >=20 > did I leave anything out? >=20 :-) --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCp/PrqRfpzJluFF4RAs9eAJ9qjcWF5FJEfVQkKDQ/TeYiq117YACfQsSp cXnIKz/PKbA+WGmB6iJDo+k= =AjDN -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy--