From owner-freebsd-stable Sat Oct 13 16: 4:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id ED18337B409 for ; Sat, 13 Oct 2001 16:04:14 -0700 (PDT) Received: from gateway.bogus (unknown [213.30.47.251]) by pt-quorum.com (Postfix) with ESMTP id 41E19ECAA for ; Sun, 14 Oct 2001 00:07:35 +0100 (WEST) Received: by gateway.bogus (Postfix, from userid 1000) id 998B25D48; Sun, 14 Oct 2001 00:03:38 +0100 (WEST) Date: Sun, 14 Oct 2001 00:03:38 +0100 From: Nuno Teixeira To: freebsd-stable@FreeBSD.ORG Subject: Re: `make release`: what is "disc2"? Message-ID: <20011014000338.A1609@gateway.bogus> Mail-Followup-To: Nuno Teixeira , freebsd-stable@FreeBSD.ORG References: <20011013144129.C430@gateway.bogus> <200110131509.f9DF93o86226@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200110131509.f9DF93o86226@lurza.secnetix.de>; from olli@secnetix.de on Sat, Oct 13, 2001 at 05:09:03PM +0200 X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 13, 2001 at 05:09:03PM +0200, Oliver Fromme wrote: > Nuno Teixeira wrote: > > OK. I think that I will make a combi ISO too. > > > > Just one more question: > > > > You said to put disc1 in a directory called FreeBSD. Mt question is: where do > > I put the disc2 contents: in some directory or in the root of cdrom? > > In the root, just like they're on disc2. > This is an excerpt from the script that I use to make the > "combi" disc tree (CWD is $CHROOT/R/cdrom), maybe this > gives you an idea: > > echo "" > echo "Creating \"combi\" cdrom." > mkdir -p combi/FreeBSD > echo "Hardlinking dist files ..." > (cd disc1; find . -depth -print | cpio -dumpl ../combi/FreeBSD) > ln combi/FreeBSD/kernel combi > echo "Hardlinking live files ... (this will take a while)" > (cd disc2; find . -depth -print | cpio -dumpl ../combi) > echo "Creating filename.txt ..." > (cd combi; make_filename.txt) > echo "Done." > > Then perform the usual steps to make a bootable ISO image > (see /usr/share/examples/work/makecdfs.sh for an example). > You might also want to grab the "XF86336" and "tools" > directories from some FTP site and add them to the CD. > > Regards > Oliver > > -- > Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München > Any opinions expressed in this message may be personal to the author > and may not necessarily reflect the opinions of secnetix in any way. > > "All that we see or seem is just a dream within a dream" (E. A. Poe) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message Hi, Ok. This is just all I need. Thanks very much for your great help, -- -- Nuno Teixeira Dir. Técnico pt-quorum.com -- PGP Public Key: http://www.pt-quorum.com/pgp/nunoteixeira.asc Key fingerprint: 8C2C B364 D4DC 0C92 56F5 CE6F 8F07 720A 63A0 4FC7 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message