Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 1996 09:06:40 -0700
From:      Darryl Okahata <darrylo@hpnmhjw.sr.hp.com>
To:        Seppo Kallio <kallio@cc.jyu.fi>
Cc:        current@freefall.freebsd.org
Subject:   Re: Format of FreeBSD 2.2-current cdrom 
Message-ID:  <199609031606.AA279966800@hpnmhjw.sr.hp.com>
In-Reply-To: Your message of "Mon, 02 Sep 1996 14:01:55 %2B0300."

next in thread | raw e-mail | index | archive | help
> I want to make my own special FreeBSD CD ROM. Can some one tell me how
> should the directory tree look to get for ex. 2.2-960801-SNAP boot floppy
> to work and install from my own CD ROM.
> 
> Does it start /dists/2.2-960801-SNAP/  and then continue as in ftp
> archives, that is something like:

     I think it starts with "/2.2-960801-SNAP".  However, I just put
these in the top-level ("/") CDROM directory:

> HARDWARE.TXT    RELNOTES.TXT    compat20/       info/           src/
> INSTALL.TXT     XF86312@        des/            manpages/       xperimnt/
> MIRROR.SITES    bin/            dict/           packages@
> README.TXT      commerce/       floppies/       ports@
> READNOW.TXT     compat1x/       games/          proflibs/

and add this to the top-level ("/") directory:

	ln -s . 2.2-960801-SNAP

(I like having everything in the top-level directory, and so I do it
this way.  I know this works, as I did the 2.2-960801-SNAP upgrade from
a CDROM made this way.)

     However, don't use any symlinks unless you want them put onto the
CDROM.  In particular, you probably want XF86312, packages, and ports to
be the actual directories, and not symlinks (as you have them shown,
above).  [ For that matter, you probably don't want xperimnt and
packages, as these are pretty huge. ]

     -- Darryl Okahata
	darrylo@sr.hp.com
	http://web.sr.hp.com/~darrylo/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609031606.AA279966800>