Table 1: Sample configuration
lang en
network --bootproto static --ip 10.0.0.45 --netmask 255.0.0.0 --gateway
10.0.0.1
--nameserver 10.0.0.33
nfs --server nfs --dir /mnt/cdrom
device ethernet 3c509 --opts "io=0x330, irq=7"
keyboard us
zerombr
clearpart --all
part /boot --size 10
part swap --size 127
part / --size 1000
part /home --size 500 --grow
install
mouse --kickstart genericps/2 --device psaux
timezone US/Eastern
xconfig --server "S3V" --hsync "31-100" --vsync "50-160"
rootpw --iscrypted 5Xy6YBuFGTfKc
auth --kickstart --nostart --useshadow
lilo --location mbr
%packages
@ Workstation
@ C Development
bsd-games
%post
chkconfig httpd off
|