OS Builder: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (OSBuilder moved to OS Builder)
No edit summary
Line 6: Line 6:


== Usage ==
== Usage ==

The plan is to package olpc-os-builder and include it in official Fedora (so that it can be installed simply through <tt>yum</tt>). As this work has not yet been included, you need to check out the sources with <tt>git</tt>.

To install on any Fedora system, as root run:
To install on any Fedora system, as root run:
# yum install olpc-os-builder
# yum install git
# git clone git://dev.laptop.org/projects/olpc-os-builder


Your starting point for documentation is at /usr/share/doc/olpc-os-builder-*/README
Now follow the documentation at http://dev.laptop.org/git/projects/olpc-os-builder/tree/doc/README


[[category:tools]]
[[category:tools]]

Revision as of 14:55, 30 March 2010

olpc-os-builder or OS Builder is a utility that allows you to build OS images for XO-1 and XO-1.5 laptops, including various customizations.

Starting in December 2009, it is the build tool used to produce official OLPC OS releases.

This utility makes it easy for you to replicate the OLPC OS build, as well as allowing you to make your own customizations, using a different set of activities, and so on.

Usage

The plan is to package olpc-os-builder and include it in official Fedora (so that it can be installed simply through yum). As this work has not yet been included, you need to check out the sources with git.

To install on any Fedora system, as root run:

# yum install git
# git clone git://dev.laptop.org/projects/olpc-os-builder

Now follow the documentation at http://dev.laptop.org/git/projects/olpc-os-builder/tree/doc/README