summaryrefslogtreecommitdiffstats
path: root/doc/quickstart/ubuntu.txt
diff options
context:
space:
mode:
authorspartanem <em@msu.edu>2010-03-13 14:23:40 -0500
committerspartanem <em@msu.edu>2010-03-13 14:23:40 -0500
commit7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef (patch)
tree4c298d53debaa15f41e6ed1688acc94991b2093a /doc/quickstart/ubuntu.txt
parent55de1ebdf9bbac6dd03cdb7765ffa5e408a27d16 (diff)
parent41858f6c26343684a827e4bf2ddae3d0dd58a1eb (diff)
downloadbcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.tar.gz
bcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.tar.bz2
bcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.zip
Merge branch 'master' of github.com:solj/bcfg2
Diffstat (limited to 'doc/quickstart/ubuntu.txt')
-rw-r--r--doc/quickstart/ubuntu.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/quickstart/ubuntu.txt b/doc/quickstart/ubuntu.txt
index 226fc800f..365167ed4 100644
--- a/doc/quickstart/ubuntu.txt
+++ b/doc/quickstart/ubuntu.txt
@@ -144,8 +144,8 @@ Replace Pkgmgr with Packages in the plugins line of bcfg2.conf::
[components]
bcfg2 = https://lucid:6789
-Create Packages layout (as per [wiki:Plugins/Packages#Exampleusage])
-in ``/var/lib/bcfg2``
+Create Packages layout (as per :ref:`packages-exampleusage`) in
+``/var/lib/bcfg2``
.. code-block:: xml
@@ -167,8 +167,8 @@ in ``/var/lib/bcfg2``
Due to the `Magic Groups`_, we need to modify our Metadata. Let's add
an **ubuntu-lucid** group which inherits the **ubuntu** group already
-present in /var/lib/bcfg2/Metadata/groups.xml. The resulting file should
-look something like this
+present in ``/var/lib/bcfg2/Metadata/groups.xml``. The resulting file
+should look something like this
.. _Magic Groups: http://trac.mcs.anl.gov/projects/bcfg2/wiki/Plugins/Packages#MagicGroups
@@ -194,10 +194,10 @@ look something like this
.. note::
When editing your xml files by hand, it is useful to occasionally run `bcfg2-repo-validate` to ensure that your xml validates properly.
-The last thing we need is for the client to have the proper arch group
-membership. For this, we will make use of the [wiki:DynamicGroups]
-capabilities of the Probes plugin. Add Probes to your plugins line in
-bcfg2.conf and create the Probe.
+The last thing we need is for the client to have the proper
+arch group membership. For this, we will make use of the
+:ref:`unsorted-dynamic_groups` capabilities of the Probes plugin. Add
+Probes to your plugins line in ``bcfg2.conf`` and create the Probe.
.. code-block:: sh