dear Tejas,
I am removing the cable bcoz for the cdrom installtion u dont need internet, (i mean it shudnt be compulsory, isnt it ?)
The installation method is cdrom, I want to install fedora 10.
another thing is tht, I have appended the following entry in cdrom:/isolinux/isolinux.cfg file, to make def selection of kickstart option.
---------------
label ks
menu label ^Express Install (KickStart)
menu default
kernel vmlinuz
append ks=cdrom:ks.cfg initrd=initrd.img ramdisk_size=8192
---------------
and below is my ks.cfg
===========================
authconfig --enableshadow --enablemd5
#--- timezone
timezone --utc Asia/Kolkata
#--- Boot loader
bootloader --location=mbr
#--- clear mbr
zerombr
clearpart --all --initlabel
#part /boot --fstype ext3 --size=100
#part /home --fstype ext3 --size=3000
#part / --fstype ext3 --size=2000
#part swap --size=2000
#part /boo
t --fstype ext3 --size=50
#part pv.3 --size=200 --grow
#volgroup VolGroup00 --pesize=16384 pv.3
#logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=176
#logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=720
part /boot --fstype ext3 --size=50
part pv.0 --size=200 --grow
volgroup vg0 pv.0
logvol / --fstype ext3 --name=lv0 --vgname=vg0 --size=1500
logvol swap --fstype swap --name=lv1 --vgname=vg0 --size=176
#--- Reboot machine
reboot
#--- Select packages
%packages
#@core
#--- pre-installation script
%pre
#--- post-installation script
%post
%end
===========================
After Clicking on it...Right Side at Bottom you will see Optional packages Click on it.