From 22d22f34ce8e3c913da835cee3f1800a069e5072 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 8 Sep 2011 18:21:27 -0500 Subject: doc: Update Packages documentation Signed-off-by: Sol Jerome --- doc/appendix/guides/ubuntu.txt | 58 +++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 32 deletions(-) (limited to 'doc/appendix/guides/ubuntu.txt') diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index 6655a3b04..fe5564d19 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -152,39 +152,33 @@ Create Packages layout (as per :ref:`packages-exampleusage`) in .. code-block:: xml root@lucid:~# mkdir /var/lib/bcfg2/Packages - root@lucid:~# cat /var/lib/bcfg2/Packages/config.xml + root@lucid:~# cat /var/lib/bcfg2/Packages/packages.conf + [global] + root@lucid:~# cat /var/lib/bcfg2/Packages/sources.xml - - ubuntu-lucid - http://us.archive.ubuntu.com/ubuntu - lucid - main - multiverse - restricted - universe - amd64 - i386 - - - lucid - http://archive.ubuntu.com/ubuntu - lucid-updates - main - multiverse - restricted - universe - amd64 - - - lucid - http://security.ubuntu.com/ubuntu - lucid-security - main - multiverse - restricted - universe - amd64 - + + + main + multiverse + restricted + universe + amd64 + + + main + multiverse + restricted + universe + amd64 + + + main + multiverse + restricted + universe + amd64 + + Due to the :ref:`server-plugins-generators-packages-magic-groups`, -- cgit v1.2.3-1-g7c22