LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Yum core repo baseurl issue (https://www.linuxquestions.org/questions/linux-software-2/yum-core-repo-baseurl-issue-460094/)

ian0115 07-01-2006 03:28 PM

Yum core repo baseurl issue
 
What's the necessary code for the fedora-core.repo to get yum to update? My current code is:


Code:

[core]
name=Fedora Core DVD
#baseurl=file:///media/disk
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

Apparently Fedora is drawing the repo baseurl from the Fedora Core DVD. Is this correct? I have the CD in, but apparently that's not enough. Help is much appreciated...

WhatsHisName 07-03-2006 01:08 AM

Is the dvd mounted at /media/disk? If not, then you need to correct the baseurl location.

Also, uncomment baseurl...
Code:

[core]
name=Fedora Core DVD
baseurl=file:///media/disk
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY



All times are GMT -5. The time now is 01:07 AM.