Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/image/common.ini
blob: 09d49c7b3fd1d4586a62a68a6b5564de353d703a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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,