Monday, January 26, 2009

Full Packages Kickstart file

#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth  --useshadow  --enablemd5 
# System bootloader configuration
bootloader --location=mbr --md5pass=$1$.9UebnNJ$hkbfHsfgw0JDYVGnVWWTq.
# Partition clearing information
clearpart --none  
# Use text mode install
text
# Firewall configuration
firewall --enabled   
# 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.0.254 --dir=/var/ftp/pub
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$bdml0V4e$dTffJK3n.0h0Slimi8XBl.

# SELinux configuration
selinux --enforcing
# System timezone
timezone --isUtc Asia/Calcutta
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig  --defaultdesktop=GNOME --depth=24 --resolution=800x600
# Disk partitioning information
part / --bytes-per-inode=4096 --fstype="ext3" --size=6000
part swap --bytes-per-inode=4096 --fstype="swap" --size=1000

%packages
@admin-tools
@authoring-and-publishing
@base
@base-x
@core
@development-libs
@development-tools
@dialup
@dns-server
@editors
@engineering-and-scientific
@ftp-server
@games
@gnome-desktop
@gnome-software-development
@graphical-internet
@graphics
@hindi-support
@java
@java-development
@kannada-support
@kde-desktop
@kde-software-development
@legacy-network-server
@legacy-software-development
@legacy-software-support
@mail-server
@mysql
@network-server
@news-server
@office
@printing
@ruby
@server-cfg
@smb-server
@sound-and-video
@sql-server
@system-tools
@tamil-support
@text-internet
@web-server
@x-software-development
kernel-devel

0 Comments: