<br>dear john<br>thnx for the replay.<br>sorry for the add but its from in.com it self only, not mine.<br>my only question is below..<br>===========================================================================================<br>Dear Friends,I am making a kickstart installation for fedora10. I have added a kickstart file ks.cfg in cdrom's root directory. At the time of kickstart installation its going to internet repositories. What I
want is, It should not go for internet repositories, It should simply
install the core packages resides in cdrom. So How
can i do tht ? means how can i disable repo ?? Is there any option in kickstart file to disable this repos ??<br><br>below is my ks.cfg file<br>-----------------------------<br><br>##########################################################################<br>##<br>##  FILE: ks.cfg (fedora auto-installer)<br>##  VERSION: DEVEL<br>##  PLATFORM: x86, AMD64, or Intel EM64T<br>##  AUTHOR: Vandan D. Joshi<br>##<br>##########################################################################<br><br>install<br>cdrom<br><br>#--- Debugging (uncomment next line to debug in the interactive mode)<br>#interactive<br><br>#--- Language and input support<br>lang en_US.UTF-8<br>#langsupport --default=en_US.UTF-8 en_US.UTF-8<br>keyboard us<br>#mouse generic3ps/2<br><br>#--- X-Windows (use "skipx" directive to skip X-Windows configuration)<br>skipx<br>#services --enabled=network --disabled=NetworkManager<br><br>#--- Network configuration<br>network --device eth0 --bootproto static --ip 192.168.1.20
  --netmask 255.255.255.0 --gateway 192.168.1.1 --hostname vandan<br>#network --device eth0 --onboot yes --bootproto dhcp --hostname googllies<br><br><br>#--- Authentication and security<br>rootpw pass123<br>firewall --disabled<br>selinux --disabled<br>authconfig --enableshadow --enablemd5<br><br>#--- timezone<br>timezone --utc Asia/Kolkata<br><br>#--- Boot loader<br>bootloader --location=mbr<br><br>#--- clear mbr<br>zerombr<br>clearpart --all --initlabel<br><br>#part /boot --fstype ext3 --size=100<br>#part /home --fstype ext3 --size=3000<br>#part / --fstype ext3 --size=2000<br>#part swap --size=2000<br><br>#--- Select packages<br>%packages<br>#@core<br><br>#--- pre-installation script<br>%pre<br><br>#--- post-installation script<br>%post<br><br>#--- installation over<br>%end<br><br>===========================================================================================<br><br><b></b><blockquote><br>---------- Original message ----------<br>From:John Summerfield< debian
 @herakles.homelinux.org ><br>Date: 25 Mar 09 04:51:23<br>Subject:  Re: how to ignore repositories<br>To: Discussion list about Kickstart <kickstart-list@redhat.com><br><br>Vandan Joshi wrote:<br>
> Dear Friends,I am making a kickstart installation for fedora10. What I want is, It should not go for internet repositories, It should simply install the core packages resides in cdrom:/Packages directory.So How can i do tht ? means how can i disable repo in ks.cfg ?? Dear kickstartlist! Get Yourself a cool, short @in.com Email ID now!<br>
> <br>
<br>
I'd feel happier without your ad.<br>
<br>
-- <br>
<br>
Cheers<br>
John<br>
<br>
-- spambait<br>
1aaaaaaa@coco.merseine.nu  Z1aaaaaaa@coco.merseine.nu<br>
-- Advice<br>
http://webfoot.com/advice/email.top.php<br>
http://www.catb.org/~esr/faqs/smart-questions.html<br>
http://support.microsoft.com/kb/555375<br>
<br>
You cannot reply off-list:-)<br>
<br>
_______________________________________________<br>
Kickstart-list mailing list<br>
Kickstart-list@redhat.com<br>
https://www.redhat.com/mailman/listinfo/kickstart-list</kickstart-list@redhat.com></blockquote>