diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-21 17:28:42 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-21 17:28:42 -0500 |
commit | 5481b93ae68bdf2f13ed80c821761fbf87a568e2 (patch) | |
tree | 90959a9c2251002752eeb696b77c6eb793890578 | |
parent | 520d236700d1a4cb6f02811edfc5e06560ad1bc7 (diff) | |
download | bcfg2-5481b93ae68bdf2f13ed80c821761fbf87a568e2.tar.gz bcfg2-5481b93ae68bdf2f13ed80c821761fbf87a568e2.tar.bz2 bcfg2-5481b93ae68bdf2f13ed80c821761fbf87a568e2.zip |
doc: Add security and updates repositories (Reported by Kevin Bowling on IRC)
These are enabled by default on Ubuntu installs, so it makes sense to
add them here in case the dependency paths are different.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index ff87e7d97..86f82d0b8 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -167,6 +167,26 @@ Create Packages layout (as per :ref:`packages-exampleusage`) in <Arch>amd64</Arch> <Arch>i386</Arch> </APTSource> + <APTSource> + <Group>lucid</Group> + <URL>http://archive.ubuntu.com/ubuntu</URL> + <Version>lucid-updates</Version> + <Component>main</Component> + <Component>multiverse</Component> + <Component>restricted</Component> + <Component>universe</Component> + <Arch>amd64</Arch> + </APTSource> + <APTSource> + <Group>lucid</Group> + <URL>http://security.ubuntu.com/ubuntu</URL> + <Version>lucid-security</Version> + <Component>main</Component> + <Component>multiverse</Component> + <Component>restricted</Component> + <Component>universe</Component> + <Arch>amd64</Arch> + </APTSource> </Sources> Due to the :ref:`server-plugins-generators-packages-magic-groups`, |