Date: Sun, 14 Oct 2001 00:03:38 +0100 From: Nuno Teixeira <nuno.mailinglists@pt-quorum.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: `make release`: what is "disc2"? Message-ID: <20011014000338.A1609@gateway.bogus> In-Reply-To: <200110131509.f9DF93o86226@lurza.secnetix.de>; from olli@secnetix.de on Sat, Oct 13, 2001 at 05:09:03PM %2B0200 References: <20011013144129.C430@gateway.bogus> <200110131509.f9DF93o86226@lurza.secnetix.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 13, 2001 at 05:09:03PM +0200, Oliver Fromme wrote: > Nuno Teixeira <nuno.mailinglists@pt-quorum.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011014000338.A1609>