From owner-freebsd-questions Sun Feb 21 16: 6: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cyberix.com (server1.cyberix.com [207.106.53.10]) by hub.freebsd.org (Postfix) with ESMTP id B6E8911601 for ; Sun, 21 Feb 1999 16:06:00 -0800 (PST) (envelope-from brad@cyberix.com) Received: from BillyJoeBob (max1-ppp-38.cyberix.com [207.106.53.217]) by server1.cyberix.com (8.8.5/8.8.5) with SMTP id TAA28551; Sun, 21 Feb 1999 19:00:35 -0500 (EST) From: "Brad Benson" To: "freebsd-questions" , "Elocin Solutions" Subject: RE: making a cd-rom archive Date: Sun, 21 Feb 1999 19:04:19 -0500 Message-ID: <000201be5df6$e521fb20$6400a8c0@BillyJoeBob> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm attempting to create archive cds. Basically I don't have enough disc > space to setup multiple local source trees. I would like to download all > the source, docs, ports, etc and then write my own cd-roms so when I do > update and or create any boxes they will all have the same system. As > well as when I feel a it's time to update I could download the source > etc and use the cd-rom to keep all machines uniform. How can I do > this and make the cd-roms bootable. Is there a certain layout the boot > floppy looks for?? I use mkisofs to create bootable ISO images for CD-ROMS. You can get the packages from www.freebsd.org. Take a look at the man page and the -b option for defining boot floppy image. You can use the "boot.flp" image from the FreeBSD distribution for your boot floppy image. The ISO image created by mkisofs can be written to just about any CD-R. I usually write my CD's on a M$Win box, but create the ISO image on the FreeBSD box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message