That's not a kickstart file, which is what I wanted to look at...
apologies -
# cat /var/www/cobbler/kickstarts/CentOS-4.5-i386/ks.cfg
#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all --initlabel
part /boot --fstype "ext3" --size=100
part swap --size=500
part / --fstype "ext3" --size=1 --grow
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard uk
# System language
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
# Use network installation
url --url=http://192.168.10.4/cblr/links/CentOS-4.5-i386
# Network information
network --bootproto=static --device=eth0 --onboot=on --ip=$ip_address
--netmask=$netmask --gateway=$gateway --nameserver=$nameserver
--hostname=$hostname
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$x/U4oYmQ$wJe6pZ4DwD9SEDnh6DHks/
# SELinux configuration
selinux --disabled
# Do not configure the X Window System
skipx
# System timezone
timezone GMT
# Install OS instead of upgrade
install
# Clear the Master Boot Record
zerombr
%packages
%post
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools