diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-03-17 11:07:56 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-03-17 11:08:32 -0500 |
commit | 21ef545abcf3d718072b404422203b039ab81c10 (patch) | |
tree | a2518a2c601ad72eea2809cdbfd8c6003e8aaed3 /doc/appendix | |
parent | 70e0348a4585de4fa95d31eab218d96bfbcd3928 (diff) | |
download | bcfg2-21ef545abcf3d718072b404422203b039ab81c10.tar.gz bcfg2-21ef545abcf3d718072b404422203b039ab81c10.tar.bz2 bcfg2-21ef545abcf3d718072b404422203b039ab81c10.zip |
doc: Fix group name (reported by Leonw on IRC)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/appendix')
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index d85c34b02..f72247220 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -154,7 +154,7 @@ Create Packages layout (as per :ref:`packages-exampleusage`) in [global] root@lucid:~# cat /var/lib/bcfg2/Packages/sources.xml <Sources> - <Group name="lucid"> + <Group name="ubuntu-lucid"> <Source type="apt" url="http://archive.ubuntu.com/ubuntu" version="lucid"> <Component>main</Component> <Component>multiverse</Component> |