Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 1999 16:02:00 +0100 (CET)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Does choosing "distribution" matter if one is going to "make world"?
Message-ID:  <199912211502.QAA09476@dorifer.heim3.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help
Markus Holmberg wrote in list.freebsd-questions:
 > Does choosing distribution (User, Developer, X-User etc) really matter
 > if one is going to cvsup sources and do a "make world"?
 > 
 > Isn't "make world" going to install everything anyway?

That's right.  Basically, you can just do a "minimal" install
(which will install only the bin distribution), the grab the
sources with cvsup, make world, and everything is there.

Although it's probably a good idea to at least install the man
pages initially, too.  Just in case you need to look at one
before your new world is installed.  ;-)

 > And last.. how does one change between these distribution sets after
 > install? (without using sysinstall.. there must be some underlying
 > mechanism?).

Well, /stand/sysinstall is probably easier, but...

You can easily install a distribution set manually, once your
system is up and running.  For example, to install the "games"
set, just download the games directory from an FTP site and run
the install.sh script which is included.  Most FTP servers
support tar-on-the-fly, so something like this works well:

# cd /tmp
# ftp ftpX.YY.freebsd.org
ftp> cd /pub/FreeBSD/xxx/i386/yyy
ftp> get games.tar "|tar xvf -"
ftp> quit
# cd games
# sh install.sh

Don't forget to remove the temporary stuff in /tmp afterwards,
of course.

Be _very_ careful if you re-install the "bin" distribution like
that!  It will overwrite several files in /etc, for example, it
will replace your passwd with one that contains _no_ password
for root!!!

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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