Skip to content

Instantly share code, notes, and snippets.

@mmalchuk
Created December 26, 2015 13:39
Show Gist options
  • Save mmalchuk/c8c1606307a1c24fb6be to your computer and use it in GitHub Desktop.
Save mmalchuk/c8c1606307a1c24fb6be to your computer and use it in GitHub Desktop.
add an external base repo in Fuel
grep -q "[base]" /etc/yum.repos.d/extra.repo 2>/dev/null || cat <<EOF >>/etc/yum.repos.d/extra.repo
#####
[base]
name=CentOS-\$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=\$releasever&arch=\$basearch&repo=os
gpgcheck=0
#####
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment