Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2007 01:50:41 +0100 (CET)
From:      root@dragon.doktercom.nl (Operator)
To:        "Andrew Hotlab" <andrew.hotlab@hotmail.com>
Cc:        freebsd-jail@freebsd.org
Subject:   Re: How to better update a jail host system
Message-ID:  <20071225005041.9871F21C839@dragon.doktercom.nl>
In-Reply-To: <xs4all.BAY138-DS149E69993FB0F913A4F08F6590@phx.gbl>
References:  <xs4all.BAY102-W41E0DDC536BD8491761400F65C0@phx.gbl> <xs4all.20071220083441.uo6hmypq84ssoowc@webmail.leidinger.net> <xs4all.BAY138-DS1F782EFBC33924A07CFB6F65D0@phx.gbl> <xs4all.20071220164656.1acd2b45@deskjail> <xs4all.BAY138-DS149E69993FB0F913A4F08F6590@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <xs4all.BAY138-DS149E69993FB0F913A4F08F6590@phx.gbl>,
	"Andrew Hotlab" <andrew.hotlab@hotmail.com> writes:
[...]
> I've spent some time on the past days to find how to build a world which 
> contains only the "Binary base" and "man" distributions (as I always select 
> from the sysinstall menu options during the first server setup), but I 
> didn't found any article or man page which helped me.

Follow /usr/src/Makefile to build the host.
Follow /etc/defaults/make.conf for tuning and stripping...
Ehhh!!! Its gone on my 6.3, It was there in 6.2 and stil is on my 5.5.

> When I'll upgrade my host system with the make world method, I wish build 
> only the FreeBSD components that were installed by the first binary setup. 
> Anyone can kindly redirect me to the right place to find how to do it? (if 
> you think it makes sense doing such a procedure, of course).

You can update your jail with "ezjail-admin update -i" (from /usr/obj)
Put things like:
NO_ATM=true
NO_GAMES=true
NO_I4B=true
NO_PROFILE=true
NO_SHAREDOCS=true

in your hosts /etc/make.conf

Mumble... where is my /etc/defaults/make.conf on my 6.3....
Ah, found it! man make.conf
/usr/share/examples/etc/make.conf



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