From 17e46105083aca1dc948752b9339163e1c0f0ebd Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 4 Aug 2014 12:47:26 +0200 Subject: [PATCH] Use yum instead of rpm yum should be used instead of directly using rpm to install RPM packages. Change-Id: I2ff12cbef676ed70f997708d496f27adc9cee586 --- doc/image-guide/section_centos-example.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/image-guide/section_centos-example.xml b/doc/image-guide/section_centos-example.xml index d055e9635c..b81dd3972f 100644 --- a/doc/image-guide/section_centos-example.xml +++ b/doc/image-guide/section_centos-example.xml @@ -212,7 +212,7 @@ the public key from the metadata server and places the key in an account. You can install cloud-init inside the CentOS guest by adding the EPEL repo: - # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm + # yum install http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # yum install cloud-init The account varies by distribution. On Ubuntu-based virtual machines, the account is called ubuntu. On Fedora-based virtual machines, the account is