From owner-freebsd-stable Tue Feb 13 17:30:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id 64DA137B4EC for ; Tue, 13 Feb 2001 17:30:14 -0800 (PST) Received: from cascade (cascade.veldy.net [64.1.117.29]) by veldy.net (Postfix) with SMTP id 0A7637018; Tue, 13 Feb 2001 19:29:42 -0600 (CST) Message-ID: <001401c09625$84166370$1d750140@cascade> From: "Thomas T. Veldhouse" To: "Paul Bauer" Cc: References: Subject: Re: Creating a 4.2-STABLE iso Date: Tue, 13 Feb 2001 19:29:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use ncftp3: % mkdir freebsd && cd freebsd % ncftp3 releng4.freebsd.org ncftp> cd /pub/FreeBSD/snapshots/i386/4.2-20010213-STABLE ncftp> bin ncftp> get *.TXT *.inf ncftp> get -R bin catpages compat1x compat20 compat21 compat22 compat3x crypto dict ncftp> get -R doc floppies games info manpages ports proflibs src ncftp> bye % cd .. % mkisofs -r -o freebsd.iso -b floppies/boot.flp -c floppies/boot.cat -V"4.2-20010213-STABLE" freebsd/ That's it! Make sure you use the trailing forward slash. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Paul Bauer" To: Sent: Tuesday, February 13, 2001 6:38 PM Subject: Creating a 4.2-STABLE iso > Is there a HOWTO or a FAQ somewhere that I am missing? I would like to > make a iso of 4.2 STABLE to save time instead of cvsupping a bunch of > systems. Granted this works great but it is more time consuming that I > would like. > > Thanks In Advance. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message