summaryrefslogtreecommitdiffstats
path: root/testsuite/initialization/initialization.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/initialization/initialization.conf')
-rw-r--r--testsuite/initialization/initialization.conf91
1 files changed, 91 insertions, 0 deletions
diff --git a/testsuite/initialization/initialization.conf b/testsuite/initialization/initialization.conf
new file mode 100644
index 0000000..b6cf64c
--- /dev/null
+++ b/testsuite/initialization/initialization.conf
@@ -0,0 +1,91 @@
+#
+# First Aid Kit configuration file.
+#
+# This file basically expresses what firstaidkit defaults to. You may uncomment
+# lines that you want to change.
+
+
+#
+# System:
+#
+[system]
+
+#
+# root:
+# Defines the relative root that firstaidkit will use for the execution of its
+# plugins.
+#root = /mnt/sysimage
+
+#
+# frontend:
+# Where to look for the frontend modules
+#frontend = '/usr/lib64/firstaidkit/frontend' '/usr/lib/firstaidkit/frontend'
+
+#
+# configuration:
+# Where to look for configuration tidbits for plugins and other subparts
+#configuration = /etc/firstaidkit/
+
+#
+# Operation:
+#
+[operation]
+
+#
+# flags:
+#
+#flags = ""
+
+#
+# mode:
+#
+#mode =
+
+#
+# help:
+#
+#help=
+
+#
+# gui:
+#
+#gui=
+
+#
+# verbose:
+#
+#verbose=
+
+#
+# interactive:
+#
+#interactive=
+
+#
+# Log:
+#
+[log]
+
+#
+# method:
+#
+#method=
+
+#
+# filename:
+#
+filename = testsuite/initialization/initialization.log
+
+
+#
+# Paths:
+# Will hold all the paths defined by the user that hold plugins.
+#
+[paths]
+#
+# These directories are the possible places where one can find plugin or example
+# plugins. Add directories as you see fit. Unless you are developing plugins
+# the default values should be enough.
+# lib64:
+#
+plugin_examples = testsuite/initialization