[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
This commit is contained in:
Jimmy McCrory 2016-08-12 15:25:50 -05:00
parent e1c2f89808
commit ab3a192411

View File

@ -240,6 +240,9 @@ isn't always practical. As such the following may be executed instead:
# # Remove the pip configuration files on the host # # Remove the pip configuration files on the host
# rm -rf /root/.pip # 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 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, 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. AIOs are best run inside of some form of virtual machine or cloud guest.