# This is a example of a Farms style install. 
#lang en
### This changed from 5.2.1 to 6.1.1
lang en_US
#network --bootproto static --nameserver 131.225.8.120 --gateway 131.225.87.200 --netmask 255.255.248.0
network --bootproto dhcp
nfs --server linux.fnal.gov --dir /export/linux/611/i386
keyboard us
zerombr yes
clearpart --all
### the clearpart --all will clear ALL DRIVES.  Be CAREFULL!!!!!!
part / --size 2000 
#part /scratch --size 200 --grow
part swap --size 127
install
#update
mouse genericps/2
timezone  US/Central
#xconfig --server "SVGA" --monitor "generic multisync"
rootpw ddddd
### If you do not put the rootpw here it will ask  during the install
lilo --location mbr
%packages
@ Base
@ Farms
### Use the appropriate work group name.  Here we use Farms as an example
#%post
### If you enable %post  it will be run in the NON CHROOTED Environment
