In article <[EMAIL PROTECTED]>,
"Andrew Hotlab" <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "[EMAIL PROTECTED]"