Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2010-06-19 15:27:39 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2010-06-19 15:27:39 (GMT)
commitabbe8c114e3420555b409e64090b75f1453953a4 (patch)
tree01cd30603fcd2a159c0557ce226a7dbdc1165bfd
parentecee2e81df7b64aec65eddbc2ab0dd77e523e385 (diff)
patch: kickstart from the fedora13 branch (tom-ipp)
patch: system-config-keyboard replace rhpl in F13 (tom-ipp)
-rw-r--r--Customization Guide/en-US/Customization.xml2
-rw-r--r--Customization Guide/en-US/Preparation.xml20
2 files changed, 13 insertions, 9 deletions
diff --git a/Customization Guide/en-US/Customization.xml b/Customization Guide/en-US/Customization.xml
index 97f17f1..a57785f 100644
--- a/Customization Guide/en-US/Customization.xml
+++ b/Customization Guide/en-US/Customization.xml
@@ -50,7 +50,7 @@ timezone US/Eastern
</listitem>
<listitem>
<para>
- A list of valid keyboard settings is available in the following file. Execute: <command>less /usr/lib/python2.6/site-packages/rhpl/keyboard_models.py</command>
+ A list of valid keyboard settings is available in the following file. Execute: <command>less /usr/lib/python2.6/site-packages/system_config_keyboard/keyboard_models.py</command>
</para>
</listitem>
</itemizedlist>
diff --git a/Customization Guide/en-US/Preparation.xml b/Customization Guide/en-US/Preparation.xml
index 61864b3..68d01ac 100644
--- a/Customization Guide/en-US/Preparation.xml
+++ b/Customization Guide/en-US/Preparation.xml
@@ -53,19 +53,13 @@
<itemizedlist>
<listitem>
<para>
- Execute as root: <command>yum install <replaceable>git livecd-tools rhpl system-config-language</replaceable></command>
+ Execute as root: <command>yum install <replaceable>git livecd-tools system-config-keyboard system-config-language</replaceable></command>
</para>
</listitem>
</itemizedlist>
<para>
- The production of Sugar on a Stick usually takes place by providing the build tool with a kind of configuration file. This file is called <firstterm>kickstart</firstterm> file. We are going to start from the currently existing files, which are available in Fedora's GIT repositories, since the upcoming Sugar on a Stick version as a spin will be part of Fedora's engineering process.
+ The production of Sugar on a Stick usually takes place by providing the build tool with a kind of configuration file. This file is called <firstterm>kickstart</firstterm> file. We are going to start from the currently existing files, which are available in Fedora's GIT repositories, since Sugar on a Stick v3 "Mirabelle" as a spin is part of Fedora's engineering process.
</para>
- <note>
- <title>Note</title>
- <para>
- Make sure to pull the appropriate branch from GIT if you want to build against one of the upcoming stable releases. Otherwise, you will checkout the latest moving contents from the repository.
- </para>
- </note>
<itemizedlist>
<listitem>
<para>
@@ -73,6 +67,16 @@
</para>
</listitem>
</itemizedlist>
+ <note>
+ <title>Note</title>
+ <para>
+ Make sure to pull the appropriate branch from GIT if you want to build against one of the stable releases. Otherwise, you will checkout the latest moving contents from the repository.
+ </para>
+ <para>
+ To build against the stable version fedora 13 :
+ <command>git checkout <replaceable>F-13</replaceable></command>
+ </para>
+ </note>
<para>
You have taken the first step! You have downloaded all the required components and are now ready to learn how to customize Sugar on a Stick for your own purposes in the next chapter.
</para>