Re: how to ignore repositories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




dear john
thnx for the replay.
sorry for the add but its from in.com it self only, not mine.
my only question is below..
===========================================================================================
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 ??

below is my ks.cfg file
-----------------------------

##########################################################################
##
## FILE: ks.cfg (fedora auto-installer)
## VERSION: DEVEL
## PLATFORM: x86, AMD64, or Intel EM64T
## AUTHOR: Vandan D. Joshi
##
##########################################################################

install
cdrom

#--- Debugging (uncomment next line to debug in the interactive mode)
#interactive

#--- Language and input support
lang en_US.UTF-8
#langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
#mouse generic3ps/2

#--- X-Windows (use "skipx" directive to skip X-Windows configuration)
skipx
#services --enabled=network --disabled=NetworkManager

#--- Network configuration
network --device eth0 --bootproto static --ip 192.168.1.20 --netmask 255.255.255.0 --gateway 192.168.1.1 --hostname vandan
#network --device eth0 --onboot yes --bootproto dhcp --hostname googllies


#--- Authentication and security
rootpw pass123
firewall --disabled
selinux --disabled
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

#--- Select packages
%packages
#@core

#--- pre-installation script
%pre

#--- post-installation script
%post

#--- installation over
%end

===========================================================================================


---------- Original message ----------
From:John Summerfield< debian @herakles.homelinux.org >
Date: 25 Mar 09 04:51:23
Subject: Re: how to ignore repositories
To: Discussion list about Kickstart

Vandan Joshi wrote:
> 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!
>

I'd feel happier without your ad.

--

Cheers
John

-- spambait
1aaaaaaa@xxxxxxxxxxxxxxxx Z1aaaaaaa@xxxxxxxxxxxxxxxx
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

You cannot reply off-list:-)

_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/kickstart-list
_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/kickstart-list

[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux