Template:Kernel repo rhel6-testing

From OpenVZ Virtuozzo Containers Wiki
Revision as of 20:46, 8 October 2013 by Kir (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

yum repository[edit]

cat << EOF > /etc/yum.repos.d/openvz-rhel6-test.repo
[openvz-kernel-rhel6-testing]
name=OpenVZ RHEL6-based testing kernels
#baseurl=http://download.openvz.org/kernel/branches/rhel6-2.6.32-testing/current/
mirrorlist=http://download.openvz.org/kernel/mirrors-rhel6-2.6.32-testing
enabled=1
gpgcheck=1
gpgkey=http://download.openvz.org/RPM-GPG-Key-OpenVZ
exclude=vzkernel-firmware
EOF

apt repository[edit]

cat << EOF > /etc/apt/sources.list.d/openvz-rhel6-test.list
deb http://download.openvz.org/debian wheezy main
deb http://download.openvz.org/debian wheezy-test main
EOF