From owner-freebsd-stable Sat Oct 13 8:13: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by hub.freebsd.org (Postfix) with ESMTP id 4E51737B403 for ; Sat, 13 Oct 2001 08:09:04 -0700 (PDT) Received: (from olli@localhost) by lurza.secnetix.de (8.11.6/8.11.6) id f9DF93o86226; Sat, 13 Oct 2001 17:09:03 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Sat, 13 Oct 2001 17:09:03 +0200 (CEST) Message-Id: <200110131509.f9DF93o86226@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: `make release`: what is "disc2"? In-Reply-To: <20011013144129.C430@gateway.bogus> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.4-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 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