From 445dff0a7a4c1d587ce7d9d692e3b18ec9ec1322 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 30 Oct 2017 12:52:01 -0400 Subject: [PATCH] Fix minor documentation missing dependency The cgroup-lite package which is a dependency for docker, was not on the example command line, but is present in the helper script. Since the documentation details manual steps, we should include that the packages is required. Change-Id: I536824467d4a175f666dfe635cf0669d1e587ccb Closes-Bug: #1701258 --- doc/source/install/deploy-ramdisk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/deploy-ramdisk.rst b/doc/source/install/deploy-ramdisk.rst index 2faaea6d7f..558f89a6e3 100644 --- a/doc/source/install/deploy-ramdisk.rst +++ b/doc/source/install/deploy-ramdisk.rst @@ -38,7 +38,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 gnupg + sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gnupg cgroup-lite SUSE: sudo zypper install docker gzip util-linux cpio findutils grep gpg2