Monday, January 26, 2009

Minimal 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
@base
@base-x
@core
@dialup
@editors
@games
@gnome-desktop
@graphical-internet
@java
@office
@printing
@sound-and-video
@text-internet

0 Comments: