How do prevent yum from retrieving mirrorlist?











up vote
2
down vote

favorite












No, this is not a duplicate of disable YUM mirrorlist checking That question was solved by preventing update of all metadata. This is not what I want to do.



I am trying to build images behind a corporate firewall which restricts outside access. I have internal mirrors, to which I point the installer during kickstart. That part works. Image reboots. I have disabled all repos (even tried deleting the existing .repo files), and laid down a custom repo file pointing to our internal mirrors. I've put "enabled = 0" in the fastestmirror.conf file (verified it works, yum doesn't say it's loading the plugin any more), BUT I'm still getting this error, and yum bails out:



Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#7 - "Failed to connect to 2604:1580:fe02:2::10: Network is unreachable"



Well, yes, I know it is...that's why I disabled fastest mirror. I don't use the mirror list any more, because I've disabled all default repos.



I don't want to disable caching of metadata (nor do I want to extend its life, as was done in the above solution): I want metadata from our repos to be retrieved, but I don't want it to try to access the mirror list; there is no need.



Why is it still trying to access the mirror list? How can I disable that?










share|improve this question







New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you tried running yum clean all and rm -rf /var/cache/yum?
    – Nasir Riley
    Nov 21 at 0:51










  • Yes I have. Ran that after deleting the .repo files.
    – Joshua Kugler
    Nov 21 at 0:58






  • 1




    Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
    – ivanivan
    Nov 21 at 2:20






  • 1




    Redirecting DNS would do the same thing as editing the file as I suggested below!
    – Michael Prokopec
    Nov 21 at 2:44















up vote
2
down vote

favorite












No, this is not a duplicate of disable YUM mirrorlist checking That question was solved by preventing update of all metadata. This is not what I want to do.



I am trying to build images behind a corporate firewall which restricts outside access. I have internal mirrors, to which I point the installer during kickstart. That part works. Image reboots. I have disabled all repos (even tried deleting the existing .repo files), and laid down a custom repo file pointing to our internal mirrors. I've put "enabled = 0" in the fastestmirror.conf file (verified it works, yum doesn't say it's loading the plugin any more), BUT I'm still getting this error, and yum bails out:



Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#7 - "Failed to connect to 2604:1580:fe02:2::10: Network is unreachable"



Well, yes, I know it is...that's why I disabled fastest mirror. I don't use the mirror list any more, because I've disabled all default repos.



I don't want to disable caching of metadata (nor do I want to extend its life, as was done in the above solution): I want metadata from our repos to be retrieved, but I don't want it to try to access the mirror list; there is no need.



Why is it still trying to access the mirror list? How can I disable that?










share|improve this question







New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you tried running yum clean all and rm -rf /var/cache/yum?
    – Nasir Riley
    Nov 21 at 0:51










  • Yes I have. Ran that after deleting the .repo files.
    – Joshua Kugler
    Nov 21 at 0:58






  • 1




    Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
    – ivanivan
    Nov 21 at 2:20






  • 1




    Redirecting DNS would do the same thing as editing the file as I suggested below!
    – Michael Prokopec
    Nov 21 at 2:44













up vote
2
down vote

favorite









up vote
2
down vote

favorite











No, this is not a duplicate of disable YUM mirrorlist checking That question was solved by preventing update of all metadata. This is not what I want to do.



I am trying to build images behind a corporate firewall which restricts outside access. I have internal mirrors, to which I point the installer during kickstart. That part works. Image reboots. I have disabled all repos (even tried deleting the existing .repo files), and laid down a custom repo file pointing to our internal mirrors. I've put "enabled = 0" in the fastestmirror.conf file (verified it works, yum doesn't say it's loading the plugin any more), BUT I'm still getting this error, and yum bails out:



Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#7 - "Failed to connect to 2604:1580:fe02:2::10: Network is unreachable"



Well, yes, I know it is...that's why I disabled fastest mirror. I don't use the mirror list any more, because I've disabled all default repos.



I don't want to disable caching of metadata (nor do I want to extend its life, as was done in the above solution): I want metadata from our repos to be retrieved, but I don't want it to try to access the mirror list; there is no need.



Why is it still trying to access the mirror list? How can I disable that?










share|improve this question







New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











No, this is not a duplicate of disable YUM mirrorlist checking That question was solved by preventing update of all metadata. This is not what I want to do.



I am trying to build images behind a corporate firewall which restricts outside access. I have internal mirrors, to which I point the installer during kickstart. That part works. Image reboots. I have disabled all repos (even tried deleting the existing .repo files), and laid down a custom repo file pointing to our internal mirrors. I've put "enabled = 0" in the fastestmirror.conf file (verified it works, yum doesn't say it's loading the plugin any more), BUT I'm still getting this error, and yum bails out:



Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#7 - "Failed to connect to 2604:1580:fe02:2::10: Network is unreachable"



Well, yes, I know it is...that's why I disabled fastest mirror. I don't use the mirror list any more, because I've disabled all default repos.



I don't want to disable caching of metadata (nor do I want to extend its life, as was done in the above solution): I want metadata from our repos to be retrieved, but I don't want it to try to access the mirror list; there is no need.



Why is it still trying to access the mirror list? How can I disable that?







centos rhel yum






share|improve this question







New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 21 at 0:26









Joshua Kugler

111




111




New contributor




Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Joshua Kugler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Have you tried running yum clean all and rm -rf /var/cache/yum?
    – Nasir Riley
    Nov 21 at 0:51










  • Yes I have. Ran that after deleting the .repo files.
    – Joshua Kugler
    Nov 21 at 0:58






  • 1




    Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
    – ivanivan
    Nov 21 at 2:20






  • 1




    Redirecting DNS would do the same thing as editing the file as I suggested below!
    – Michael Prokopec
    Nov 21 at 2:44


















  • Have you tried running yum clean all and rm -rf /var/cache/yum?
    – Nasir Riley
    Nov 21 at 0:51










  • Yes I have. Ran that after deleting the .repo files.
    – Joshua Kugler
    Nov 21 at 0:58






  • 1




    Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
    – ivanivan
    Nov 21 at 2:20






  • 1




    Redirecting DNS would do the same thing as editing the file as I suggested below!
    – Michael Prokopec
    Nov 21 at 2:44
















Have you tried running yum clean all and rm -rf /var/cache/yum?
– Nasir Riley
Nov 21 at 0:51




Have you tried running yum clean all and rm -rf /var/cache/yum?
– Nasir Riley
Nov 21 at 0:51












Yes I have. Ran that after deleting the .repo files.
– Joshua Kugler
Nov 21 at 0:58




Yes I have. Ran that after deleting the .repo files.
– Joshua Kugler
Nov 21 at 0:58




1




1




Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
– ivanivan
Nov 21 at 2:20




Very duct-tape-ish but have you considered redirecting DNS for mirrorlist.centos.org and pointing it to a local-to-you machine and have it serve up a list of your mirror(s)?
– ivanivan
Nov 21 at 2:20




1




1




Redirecting DNS would do the same thing as editing the file as I suggested below!
– Michael Prokopec
Nov 21 at 2:44




Redirecting DNS would do the same thing as editing the file as I suggested below!
– Michael Prokopec
Nov 21 at 2:44










1 Answer
1






active

oldest

votes

















up vote
1
down vote













I think this article will solve your issue here is the most relevant part first:



This should be where the mirror is:



baseurl=file:/share/CentOS/$releasever/os/$basearch/


If you want it not to look at all:




  • Comment out the repo's

  • Remove the baseurl's

  • Move the whole file to a .bak version and delete the original.


Set up /etc/yum.repos.d/CentOS-Base.repo like:



[base]
name=CentOS-$releasever - Base
baseurl=file:/share/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=file:/share/CentOS/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=file:/share/CentOS/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[centosplus]
name=CentOS-$releasever - Plus
baseurl=file:/share/CentOS/$releasever/centosplus/$basearch/
exclude=kernel*
gpgcheck=1
enabled=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=1
[contrib]
name=CentOS-$releasever - Contrib
baseurl=file:/share/CentOS/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=3


From Here: https://wiki.centos.org/HowTos/CreateLocalMirror






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
    – ivanivan
    Nov 21 at 2:19






  • 1




    Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
    – Michael Prokopec
    Nov 21 at 2:25













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Joshua Kugler is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483092%2fhow-do-prevent-yum-from-retrieving-mirrorlist%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













I think this article will solve your issue here is the most relevant part first:



This should be where the mirror is:



baseurl=file:/share/CentOS/$releasever/os/$basearch/


If you want it not to look at all:




  • Comment out the repo's

  • Remove the baseurl's

  • Move the whole file to a .bak version and delete the original.


Set up /etc/yum.repos.d/CentOS-Base.repo like:



[base]
name=CentOS-$releasever - Base
baseurl=file:/share/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=file:/share/CentOS/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=file:/share/CentOS/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[centosplus]
name=CentOS-$releasever - Plus
baseurl=file:/share/CentOS/$releasever/centosplus/$basearch/
exclude=kernel*
gpgcheck=1
enabled=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=1
[contrib]
name=CentOS-$releasever - Contrib
baseurl=file:/share/CentOS/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=3


From Here: https://wiki.centos.org/HowTos/CreateLocalMirror






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
    – ivanivan
    Nov 21 at 2:19






  • 1




    Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
    – Michael Prokopec
    Nov 21 at 2:25

















up vote
1
down vote













I think this article will solve your issue here is the most relevant part first:



This should be where the mirror is:



baseurl=file:/share/CentOS/$releasever/os/$basearch/


If you want it not to look at all:




  • Comment out the repo's

  • Remove the baseurl's

  • Move the whole file to a .bak version and delete the original.


Set up /etc/yum.repos.d/CentOS-Base.repo like:



[base]
name=CentOS-$releasever - Base
baseurl=file:/share/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=file:/share/CentOS/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=file:/share/CentOS/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[centosplus]
name=CentOS-$releasever - Plus
baseurl=file:/share/CentOS/$releasever/centosplus/$basearch/
exclude=kernel*
gpgcheck=1
enabled=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=1
[contrib]
name=CentOS-$releasever - Contrib
baseurl=file:/share/CentOS/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=3


From Here: https://wiki.centos.org/HowTos/CreateLocalMirror






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
    – ivanivan
    Nov 21 at 2:19






  • 1




    Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
    – Michael Prokopec
    Nov 21 at 2:25















up vote
1
down vote










up vote
1
down vote









I think this article will solve your issue here is the most relevant part first:



This should be where the mirror is:



baseurl=file:/share/CentOS/$releasever/os/$basearch/


If you want it not to look at all:




  • Comment out the repo's

  • Remove the baseurl's

  • Move the whole file to a .bak version and delete the original.


Set up /etc/yum.repos.d/CentOS-Base.repo like:



[base]
name=CentOS-$releasever - Base
baseurl=file:/share/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=file:/share/CentOS/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=file:/share/CentOS/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[centosplus]
name=CentOS-$releasever - Plus
baseurl=file:/share/CentOS/$releasever/centosplus/$basearch/
exclude=kernel*
gpgcheck=1
enabled=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=1
[contrib]
name=CentOS-$releasever - Contrib
baseurl=file:/share/CentOS/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=3


From Here: https://wiki.centos.org/HowTos/CreateLocalMirror






share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









I think this article will solve your issue here is the most relevant part first:



This should be where the mirror is:



baseurl=file:/share/CentOS/$releasever/os/$basearch/


If you want it not to look at all:




  • Comment out the repo's

  • Remove the baseurl's

  • Move the whole file to a .bak version and delete the original.


Set up /etc/yum.repos.d/CentOS-Base.repo like:



[base]
name=CentOS-$releasever - Base
baseurl=file:/share/CentOS/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[updates]
name=CentOS-$releasever - Updates
baseurl=file:/share/CentOS/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[extras]
name=CentOS-$releasever - Extras
baseurl=file:/share/CentOS/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=1
priority=1
enabled=1
[centosplus]
name=CentOS-$releasever - Plus
baseurl=file:/share/CentOS/$releasever/centosplus/$basearch/
exclude=kernel*
gpgcheck=1
enabled=1
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=1
[contrib]
name=CentOS-$releasever - Contrib
baseurl=file:/share/CentOS/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
protect=0
priority=3


From Here: https://wiki.centos.org/HowTos/CreateLocalMirror







share|improve this answer










New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited Nov 21 at 2:32





















New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Nov 21 at 1:29









Michael Prokopec

52415




52415




New contributor




Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Michael Prokopec is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
    – ivanivan
    Nov 21 at 2:19






  • 1




    Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
    – Michael Prokopec
    Nov 21 at 2:25




















  • He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
    – ivanivan
    Nov 21 at 2:19






  • 1




    Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
    – Michael Prokopec
    Nov 21 at 2:25


















He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
– ivanivan
Nov 21 at 2:19




He doesn't want to make a mirror (he's done that apparently) he wants yum to stop checking the list of available mirrors. Even blocking on a network level will generate his error.
– ivanivan
Nov 21 at 2:19




1




1




Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
– Michael Prokopec
Nov 21 at 2:25






Then comment out the repos in that file. Like #[contrib] or remove the base url... @ivanivan
– Michael Prokopec
Nov 21 at 2:25












Joshua Kugler is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Joshua Kugler is a new contributor. Be nice, and check out our Code of Conduct.













Joshua Kugler is a new contributor. Be nice, and check out our Code of Conduct.












Joshua Kugler is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483092%2fhow-do-prevent-yum-from-retrieving-mirrorlist%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Morgemoulin

Scott Moir

Souastre