Re: Build world to only make and install the user install from sysinstall.
- From: Giorgos Keramidas <keramida@xxxxxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 03:23:18 +0200
On 2005-12-14 19:03, "Justin L. Boss" <justin@xxxxxxxxxxxxxxx> wrote:
> Okay if you think that subject was confusing this is totally confusing
> to me. I'm trying to do a Makeworld that will only install the user
> distributions install from sysinstall. As you can see below, the only
> two that match up are games and base. So how do you know what source
> to install to = the user distributions install. Or do you install all
> the source and then just use NO_????=yes in your make.conf. If so
> which ones do you use? Maybe a better question would be which
> NO_????=YES do i include in my make.conf to only build and install the
> user distributions from the sysinstall. Thanks for any help you might
> be able to give.
>
> The User install from sysinstall "Average user - binaries and doc
> only"
> [ ] games Games (non-commercial)
NO_GAMES=yes
> [ ] info GNU info files
NO_INFO=yes
> [ ] catman Preformatted system manual pages
I'm not sure if there is a NO_XXX knob for this. The 'preformatted'
manpages are created only when you run man(1) as root, but you can erase
those by periodically running:
# cd /usr/share/man
# rm cat*/* cat*/*/*
> [ ] proflibs Profiled versions of the libraries
NO_PROFILE=yes
> [ ] src Sources for everything
> [ ] local Local additions collection
> [ ] X.Org The X.Org distribution
There are no NO_XXX knobs for these.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Build world to only make and install the user install from sysinstall.
- From: Justin L. Boss
- Build world to only make and install the user install from sysinstall.
- Prev by Date: Re: Policy on the list
- Next by Date: Re: Problem installing devel/pear
- Previous by thread: Build world to only make and install the user install from sysinstall.
- Index(es):
Relevant Pages
|