Difference between revisions of "Template:Kernel repo rhel5-testing"
(created) |
(fixed repo setup) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
cat << EOF > /etc/yum.repos.d/openvz-rhel5-test.repo | cat << EOF > /etc/yum.repos.d/openvz-rhel5-test.repo | ||
− | [openvz-kernel-rhel5] | + | [openvz-kernel-rhel5-testing] |
− | name=OpenVZ RHEL5-based kernel | + | name=OpenVZ RHEL5-based testing kernel |
− | #baseurl=http://download.openvz.org/kernel/branches/rhel5-2.6.18/current/ | + | #baseurl=http://download.openvz.org/kernel/branches/rhel5-2.6.18-testing/current/ |
− | mirrorlist=http://download.openvz.org/kernel/mirrors-rhel5-2.6.18 | + | mirrorlist=http://download.openvz.org/kernel/mirrors-rhel5-2.6.18-testing |
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 |
Latest revision as of 20:49, 8 October 2013
yum repo[edit]
cat << EOF > /etc/yum.repos.d/openvz-rhel5-test.repo [openvz-kernel-rhel5-testing] name=OpenVZ RHEL5-based testing kernel #baseurl=http://download.openvz.org/kernel/branches/rhel5-2.6.18-testing/current/ mirrorlist=http://download.openvz.org/kernel/mirrors-rhel5-2.6.18-testing enabled=1 gpgcheck=1 gpgkey=http://download.openvz.org/RPM-GPG-Key-OpenVZ