Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Customization Guide/en-US/Preparation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Customization Guide/en-US/Preparation.xml')
-rw-r--r--Customization Guide/en-US/Preparation.xml20
1 files changed, 12 insertions, 8 deletions
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>