From ab3a1924119941c4cb561a876a9f910b8fc94263 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Fri, 12 Aug 2016 15:25:50 -0500 Subject: [PATCH] [DOCS] Remove apt proxy when rebuilding AIO Update documentation to include removing the apt proxy configuration file. Leaving this file in place after the repo-server has been removed will lead any apt commands failing with a 503 error. Change-Id: Iad2a9b8b2a138627eeca63ab715a8c3c14f4ac7b --- doc/source/developer-docs/quickstart-aio.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/developer-docs/quickstart-aio.rst b/doc/source/developer-docs/quickstart-aio.rst index ec47760309..8850444442 100644 --- a/doc/source/developer-docs/quickstart-aio.rst +++ b/doc/source/developer-docs/quickstart-aio.rst @@ -240,6 +240,9 @@ isn't always practical. As such the following may be executed instead: # # Remove the pip configuration files on the host # rm -rf /root/.pip + # # Remove the apt package manager proxy + # rm /etc/apt/apt.conf.d/00apt-cacher-proxy + Should an existing AIO environment need to be reinstalled, the most efficient method is to destroy the host operating system and start over. For this reason, AIOs are best run inside of some form of virtual machine or cloud guest.