From: Christophe Courtaut Date: Fri, 8 Nov 2013 12:48:57 +0000 (+0100) Subject: doc: Remove redundant command for quick start preflight X-Git-Tag: v0.74~89^2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=efe55b15a2e47634ec0d0e3bbdc50b91b8fa0760;p=ceph.git doc: Remove redundant command for quick start preflight Signed-off-by: Christophe Courtaut This patch removes a few commands, which are redundant with following commands. Btw, they are also unrelated with the subtitle of the section, which is "Add the release key". --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index eb4bf6e43049..63f6d66861cc 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -100,9 +100,6 @@ For Debian and Ubuntu distributions, perform the following steps: #. Add the release key:: wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add - - echo deb http://ceph.com/debian-dumpling/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list - sudo apt-get update - sudo apt-get install ceph-deploy #. Add the Ceph packages to your repository. Replace ``{ceph-stable-release}`` with a stable Ceph release (e.g., ``cuttlefish``, ``dumpling``, etc.).