nothing is impossible!!!!

nothing is impossible!!!!

Tuesday, April 13, 2010

kickstart fully automatic installtion for rhel

Note: Please remember options may vary depend on OS, network settings, os update version etc.

This fully automatic installation cfg is for RedHat 5 OS.

install
text
nfs --server=192.168.1.9 --opts=tcp --dir=/pub/rhel/released/RHEL-5-Client/U5/i386/os
keyboard us
lang en_US
key --skip
reboot --eject
selinux --disabled
firewall --disabled
rootpw redhat

timezone --utc Asia/Kolkata
network --onboot yes --bootproto dhcp --gateway 192.168.1.1 --nameserver 192.168.1.10


#Setup default services
services --disabled=cups,messagebus,ip6tables,isdn,pcmcia,hidd,bluetooth --enabled=ntpd,nscd

# Disk Setup

bootloader --location=mbr --append="rhgb console=tty0 console=ttyS0,9600"
clearpart --all

# auto disk partition
part /boot --fstype ext3 --size=100
part swap --fstype swap --size=2048
part pv.1 --size=0 --grow
volgroup AutoVolGroup pv.1
logvol / --vgname=AutoVolGroup --name=root --size=1 --grow

%packages
@core
@system-tools

%post
cat <> /etc/motd
Lab automatic kickstart installation.
Installed `date`
EOF
cat /etc/motd >> /root/ks.cfg

3 comments:

Unknown said...

IT certification

Anonymous said...


Hi, we use Scrum org wide for project management, and its working well compared to waterfall method. As part of company sponsored training, I also got my agile scrum certification Scrum Master Certification recently.

Unknown said...
This comment has been removed by the author.