[CentOS] centos minimal install???

Wed Sep 6 04:35:50 UTC 2006
Aleksandar Milivojevic <alex at milivojevic.org>

Johnny Hughes wrote:
> On Tue, 2006-09-05 at 13:25 -0700, Email Lists wrote:
>> I was doing an Internet facing server reload for a client today and he
>> mentioned that there is a minimal install selection somewhere and that I
>> should take a disk 1 of centos 4.4 and it would be under custom
>>
> It is there on graphical installs ...
> 
> On text installs it is:
> 
> All visible groups unchecked ... should be ~600-800mb on i386 ... 

It can go even lower if doing kickstart install.  Define packages 
section as:

%packages --nobase

By default, core and base groups of packages are always installed.  The 
"--nobase" option tells Anaconda not to include base group.  You can add 
things you need later on.