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
This commit is contained in:
parent
190e70fd37
commit
80ba54fc67
@ -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``::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user