From owner-freebsd-stable Sat Nov 18 15:32:55 2000 Delivered-To: freebsd-stable@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id C829D37B479 for ; Sat, 18 Nov 2000 15:32:49 -0800 (PST) Received: from backup.af.speednet.com.au (backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.0/8.11.0) with ESMTP id eAINWYB34838; Sun, 19 Nov 2000 10:32:35 +1100 (EST) (envelope-from andyf@speednet.com.au) Date: Sun, 19 Nov 2000 10:32:34 +1100 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: robi Cc: stable@FreeBSD.ORG Subject: Re: minimal (binary) installation upgrade In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 18 Nov 2000, robi wrote: > How can I get a minimal installation using installworld > like the one I had from the installation CD? (only binaries, > no doc, no src, ...) Here is what I use to install a minimal system onto a 100MB disk: (note the addition of "NOMAN= true" - hope this helps!) CFLAGS= -O -pipe COPTFLAGS= -O -pipe NO_CVS= true # do not build CVS NO_FORTRAN= true # do not build g77 and related libraries NO_LPR= true # do not build lpr and related programs NO_OBJC= true # do not build Objective C support NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs NO_X= true # do not compile in XWindows support (e.g. doscmd) NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links NOGAMES= true # do not build games (games/ subdir) NOINFO= true # do not make or install info files NOLIBC_R= true # do not build libc_r (re-entrant version of libc) NOMAN= true # do not build or install man pages NOPROFILE= true # Avoid compiling profiled libraries NOSHARE= true # do not go into the share subdir NOUUCP= true # do not build uucp related programs NOPORTDOCS= true > > Best regards. > -- > Roberto Nunnari > Luck is... miss the wrong train. > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message