Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 03:23:18 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Justin L. Boss" <justin@alt-network.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Build world to only make and install the user install from sysinstall.
Message-ID:  <20051215012317.GA32962@flame.pc>
In-Reply-To: <200512141903.49114.justin@alt-network.com>
References:  <200512141903.49114.justin@alt-network.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-12-14 19:03, "Justin L. Boss" <justin@alt-network.com> 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.




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