summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-04-25 14:39:30 +0200
committerStef Walter <stefw@redhat.com>2013-04-29 17:24:21 +0200
commitab2fd415c1584757420e7a93e22d4ccba3e572d2 (patch)
treeb5d0ab36b5fc7eb773617512e1f79532474590fd /doc
parentfefcd2628d3630a07dcd1a972fce47ea55e7c950 (diff)
Add option to disable automatic package installs
* Correctly report missing packages when disabled * Refactor a bit for clarity * Assume that packages are installed when in install mode https://bugs.freedesktop.org/show_bug.cgi?id=61215
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/realmd-guide-configuring.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/manual/realmd-guide-configuring.xml b/doc/manual/realmd-guide-configuring.xml
index 32c39a4..8718338 100644
--- a/doc/manual/realmd-guide-configuring.xml
+++ b/doc/manual/realmd-guide-configuring.xml
@@ -107,6 +107,29 @@ os-version = 9.9.9.9.9
</section>
+<section id="guide-configuring-service">
+ <title>service</title>
+ <para>These options should go in an <option>[service]</option>
+ section of the <filename>/etc/realmd.conf</filename> file. Only
+ specify the settings you wish to override.</para>
+
+ <section>
+ <title>automatic-install</title>
+
+ <para>Set this to <parameter>no</parameter> to disable automatic
+ installation of packages via package-kit.</para>
+
+ <informalexample>
+<programlisting language="js">
+[service]
+automatic-install = no
+# automatic-install = yes
+</programlisting>
+ </informalexample>
+ </section>
+
+</section>
+
<section id="guide-configuring-users">
<title>user</title>
<para>These options should go in an <option>[users]</option>