[root@jadeshow ~]# cat ks.cfg
#platform=x86, AMD64, Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use graphical install
graphical
# Firewall configuration
firewall --enabled --http --ftp --ssh --telnet --smtp --trust=eth0
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Use NFS installation media
nfs --server=192.168.2.253 --dir=/netinstall
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$LR5Wi2dS$dZN.EFQPeVhkxKkRZm9D20
# SELinux configuration
selinux --enforcing
# System timezone
timezone America/New_York
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=32 --resolution=800x600
# Disk partitioning information
part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100
part / --asprimary --bytes-per-inode=4096 --fstype="ext3" --size=8000
part /home --bytes-per-inode=4096 --fstype="ext3" --ondisk=/hda5 --size=300
%packages
@server-cfg
@gnome-desktop
@development-libs
@system-tools
@base
@admin-tools
@legacy-software-development
@openfabrics-enterprise-distribution
@chinese-support
@gnome-software-development
@development-tools
@mysql
@smb-server
@java-development
@legacy-software-support
@web-server
@mail-server
@editors
@dialup
@graphical-internet
@text-internet
@sql-server
@ruby
@network-server
@java
@dns-server
@ftp-server