From 80ba54fc67a418688183f64856b4459fac0b449b Mon Sep 17 00:00:00 2001 From: Shuquan Huang Date: Wed, 30 Sep 2015 17:38:57 +0800 Subject: [PATCH] Fix ubuntu install command in install guide In the 'Building or downloading a deploy ramdisk image' section, it requires to install gpg package for ubuntu 14.04 or higher. However, there is no such package which will lead to a "Unable to locate package gpg" error. Change-Id: Id5f90510332ca68ce3dd447d844132f7464deddd Closes-bug: #1501253 --- doc/source/deploy/install-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index afaef3c2d0..6a0d4da57a 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -2133,7 +2133,7 @@ CoreOS tools sudo dnf install docker gzip util-linux cpio findutils grep gpg Ubuntu 14.04 (trusty) or higher: - sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gpg + sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gnupg #. Change directory to ``imagebuild/coreos``::