Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/image/common.ini
diff options
context:
space:
mode:
Diffstat (limited to 'image/common.ini')
-rw-r--r--image/common.ini76
1 files changed, 76 insertions, 0 deletions
diff --git a/image/common.ini b/image/common.ini
new file mode 100644
index 0000000..09d49c7
--- /dev/null
+++ b/image/common.ini
@@ -0,0 +1,76 @@
+#
+# Common configuration for all XO models.
+#
+
+[global]
+# Image title.
+# Put your title here.
+customization_info = Reference XO distribution
+
+# Image filename.
+# String should contain one formatting argument to make Python expression,
+# `image_name % latestbuild`, valid. Make sure that you escaped `%` symbol
+# by `%%`. Put your filename here.
+image_name = xo%%d
+
+# Minimal list of required modules.
+# All of the following modules need to be added to keep final image consistent.
+# `*sugar*` modules are not included on purpose, Sugar related configuration
+# will happen in `sweets-deployment` package added by `sweets` module.
+modules_common =
+ base,
+ repos,
+ yumcfg,
+ powerd,
+ x11,
+# Keep current build number in path set by [buildnr_from_file].
+ buildnr_from_file,
+# Include Sweets Distribution specific settings.
+ sweets
+
+[buildnr_from_file]
+# Path to file to keep current image release number.
+# If you change this file manually, make sure that file content doesn't end
+# with new line symbol to avoid fails from `olpc-os-builder` internals.
+path = latestbuild
+
+[sweets]
+# Name of Sweets Distribution repository current one is based on.
+# http://wiki.sugarlabs.org/go/Template:Sweets_Distribution_Linkbar
+# Right now, only "Factory" is accessible.
+sweets_repository = Factory
+
+# Url to downstream repository. Put your url here.
+deployment_repository_url = http://download.sugarlabs.org/packages/SweetsDistribution:/Factory:/ReferenceXO/Fedora-%(fedora_release)s/
+
+# List of bundle_ids (or context GUIDs in Sugar Network terms) of activities
+# to prefetch to final image to make them accessible in offline right after
+# flasing. These activities should exist in Sugar Network.
+# Put your activities list here.
+offline_activities =
+ org.laptop.WebActivity,
+ org.laptop.Calculate,
+ org.laptop.Chat,
+ org.vpri.EtoysActivity,
+ org.laptop.ImageViewerActivity,
+ org.laptop.sugar.Jukebox,
+ org.laptop.Log,
+ org.laptop.Pippy,
+ org.laptop.sugar.ReadActivity,
+ org.laptop.Terminal,
+ org.laptop.TurtleArtActivity,
+ org.laptop.AbiWordActivity,
+
+# List of bundle_ids (or context GUIDs in Sugar Network terms) of activities
+# make them favorited in Sugar Shell Home view. These activities need
+# to be mentioned in `offline_activities` option as well.
+# Put your activities list here.
+favorite_activities =
+ org.laptop.WebActivity,
+ org.laptop.Calculate,
+ org.laptop.Chat,
+ org.vpri.EtoysActivity,
+ org.laptop.Pippy,
+ org.laptop.Terminal,
+ org.laptop.TurtleArtActivity,
+ org.laptop.AbiWordActivity,