summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2006-08-20 13:53:04 +0000
committerSven Vermeulen <swift@gentoo.org>2006-08-20 13:53:04 +0000
commitb797cd8d2fd20f36ab1018d22f79c759fea5c7eb (patch)
tree16d3a8ad5e59b3c571a714264f9319d6e15ed7e8
parentsvn path=/; revision=5 (diff)
downloadkbase-b797cd8d2fd20f36ab1018d22f79c759fea5c7eb.tar.gz
kbase-b797cd8d2fd20f36ab1018d22f79c759fea5c7eb.tar.bz2
kbase-b797cd8d2fd20f36ab1018d22f79c759fea5c7eb.zip
Some faqs (initial start, more to come)
svn path=/; revision=6
-rw-r--r--content/xml/simple-faqs.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/content/xml/simple-faqs.xml b/content/xml/simple-faqs.xml
new file mode 100644
index 0000000..94efc71
--- /dev/null
+++ b/content/xml/simple-faqs.xml
@@ -0,0 +1,54 @@
+<faqs>
+ <faq>
+ <title>What is ACCEPT_KEYWORDS for?</title>
+ <maintainers>
+ <dev>swift</dev>
+ </maintainers>
+ <keywords>
+ <key>ACCEPT_KEYWORDS</key>
+ <key>make.conf</key>
+ <key>portage</key>
+ </keywords>
+ <solution>
+ <p>
+ ACCEPT_KEYWORDS is a variable you can set in /etc/make.conf to tell
+ Portage to accept all packages that are marked as ~arch (for instance, by
+ placing "~x86" as its value).
+ </p>
+
+ <p>
+ Beware though, this means that your entire system will use packages that
+ haven't been tested thoroughly yet. You should only do this if you know
+ how to properly fill in bugreports at <uri
+ link="https://bugs.gentoo.org">bugzilla</uri>.
+ </p>
+
+ <p>
+ You might want to use package.keywords instead.
+ </p>
+ </solution>
+ </faq>
+
+ <faq>
+ <title>What is ACPI?</title>
+ <maintainers>
+ <dev>swift</dev>
+ </maintainers>
+ <keywords />
+ <solution>
+ <p>
+ ACPI stands for Advanced Configuration and Power Interface, a power
+ management specification that allows the operating system to slow down or
+ even shut down unused components, effectively managing the power
+ consumption of your system.
+ </p>
+
+ <p>
+ It is known to cause some troubles on occasion but is generally safe to
+ use. To disable ACPI temporarily, add "acpi=off" as a boot parameter to
+ the kernel.
+ </p>
+ </solution>
+ </faq>
+
+</faqs>