<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Barry.grumbine</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Barry.grumbine"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Barry.grumbine"/>
	<updated>2026-06-09T13:44:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Linux&amp;diff=28876</id>
		<title>Sugar on a Stick/Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Linux&amp;diff=28876"/>
		<updated>2009-05-09T07:00:05Z</updated>

		<summary type="html">&lt;p&gt;Barry.grumbine: Added an apt-get command for packages required by livecd-iso-to-disk.sh in Ubuntu (and Debian?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This page is designed to help you to put your [[Sugar on a Stick]] image under Linux on a thumbdrive. If you have questions, trouble or feedback, please let us know on the [[Talk:Sugar on a Stick|SoaS talk]] page. If you can improve these instructions, please edit the page and do so!&lt;br /&gt;
== [[Sugar on a Stick/Installation/OLPC | SoaS on an OLPC XO-1]]==&lt;br /&gt;
See [[Sugar on a Stick/Installation/OLPC]] for booting an OLPC XO-1 with SoaS images.&lt;br /&gt;
== Linux instructions ==&lt;br /&gt;
&lt;br /&gt;
This is known to work in Fedora and Ubuntu 8.10 and should work in other Linux distributions.&lt;br /&gt;
&lt;br /&gt;
* Make sure you have the &#039;&#039;isomd5sum&#039;&#039; and &#039;&#039;cryptsetup&#039;&#039; packages installed in your distribution, as they will be needed by the installation script.&lt;br /&gt;
*:(These packages are needed for the verification and persistent home folder options of the installation script; they are not necessary if one applies the &amp;lt;tt&amp;gt;--noverify&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;--unencrypted-home&amp;lt;/tt&amp;gt; options, respectively. The verification step checks that the file is complete after its travels, and it will signal a failure warning if there is a problem.)  The --unencrypted-home option may be preferred for improved robustness with the compressed file system employed by the LiveUSB deployment.&lt;br /&gt;
* Plug in a 1GB or larger USB stick into your computer.&lt;br /&gt;
* Download the installation script: http://people.sugarlabs.org/sdz/livecd-iso-to-disk.sh (09 April 2009)&lt;br /&gt;
:Ensure Ubuntu has the packages required to run the livecd-iso-to-disk.sh&lt;br /&gt;
: &amp;lt;tt&amp;gt;sudo apt-get install isomd5sum cryptsetup syslinux&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Check the USB device. In the example below the device is /dev/sdb:&lt;br /&gt;
: &amp;lt;tt&amp;gt;df -h&amp;lt;/tt&amp;gt;&lt;br /&gt;
 Filesystem            Size  Used Avail Use% Mounted on&lt;br /&gt;
 /dev/sda1              19G  7.0G   11G  40% /&lt;br /&gt;
 tmpfs                 1.5G     0  1.5G   0% /lib/init/rw&lt;br /&gt;
 varrun                1.5G   96K  1.5G   1% /var/run&lt;br /&gt;
 varlock               1.5G     0  1.5G   0% /var/lock&lt;br /&gt;
 udev                  1.5G  2.9M  1.5G   1% /dev&lt;br /&gt;
 tmpfs                 1.5G  104K  1.5G   1% /dev/shm&lt;br /&gt;
 lrm                   1.5G  2.0M  1.5G   1% /lib/modules/2.6.27-11-generic/volatile&lt;br /&gt;
 /dev/sdb1             996M  913M   84M  92% /mnt/myUSBdisc&lt;br /&gt;
&lt;br /&gt;
* Then check to see that the partition is marked as bootable,&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;sudo fdisk &#039;&#039;&#039;-l&#039;&#039;&#039;&amp;lt;/tt&amp;gt; &#039;&#039;&amp;lt;----that&#039;s a lowercase letter L for the List option.&#039;&#039;&lt;br /&gt;
You should see output that looks like this:&lt;br /&gt;
 Disk /dev/sdb: 1047 MB, 1047265280 bytes&lt;br /&gt;
 255 heads, 63 sectors/track, 127 cylinders&lt;br /&gt;
 Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
 Disk identifier: 0x0008325f&lt;br /&gt;
 . &lt;br /&gt;
  Device Boot      Start         End      Blocks   Id  System&lt;br /&gt;
 /dev/sdb1   *           1         127     1020096    6  FAT16&lt;br /&gt;
The &#039;*&#039; under the Boot column is what you want to see.&lt;br /&gt;
: If not, then&lt;br /&gt;
:* For Ubuntu 8.10, menu: System -&amp;gt; Administration -&amp;gt; Partition Editor (GParted).&lt;br /&gt;
::# Select your USB device (/dev/sdb in your case),&lt;br /&gt;
::# then your partition (/dev/sdb1),&lt;br /&gt;
::# then menu: Partition -&amp;gt; Manage Flags,&lt;br /&gt;
::# check the boot box,&lt;br /&gt;
::# and Close to mark the partition as bootable.&lt;br /&gt;
&lt;br /&gt;
:* For Fedora,&lt;br /&gt;
::#  &amp;lt;tt&amp;gt;parted /dev/sdb&amp;lt;/tt&amp;gt;&lt;br /&gt;
::# toggle 1 boot&lt;br /&gt;
::# quit &lt;br /&gt;
&lt;br /&gt;
* Also, check to see that you do not already have an existing bootloader (such as GRUB) in the MBR of your stick. (If you have not previously used this stick as a live boot, you can skip this step.) To be sure that the USB stick&#039;s MBR is wiped clean, overwrite it completely using:&lt;br /&gt;
: &amp;lt;tt&amp;gt;dd if=/dev/zero of=/dev/sdb bs=446 count=1&amp;lt;/tt&amp;gt;&lt;br /&gt;
* (Actually, that didn&#039;t work for me. But this did:&lt;br /&gt;
: &amp;lt;tt&amp;gt;lilo -M /dev/sdb&amp;lt;/tt&amp;gt;&lt;br /&gt;
:It put in a standard MBR that boots whichever partition has been called bootable. It does not install LILO as such.)&lt;br /&gt;
* Unmount the drive,&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;sudo umount /dev/sdb1&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Change mode to make the script executable. &lt;br /&gt;
: &amp;lt;tt&amp;gt;chmod +x livecd-iso-to-disk.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Run it as root, making sure to pass the correct USB device and to set overlay and home size appropriately, depending on the stick size.&lt;br /&gt;
: &amp;lt;tt&amp;gt;sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-beta.iso /dev/sdb1&amp;lt;/tt&amp;gt;&lt;br /&gt;
The Linux installation has the advantage of allowing a persistent /home/liveuser folder with the &amp;lt;tt&amp;gt;--home-size-mb &#039;&#039;NNN&#039;&#039;&amp;lt;/tt&amp;gt; option. This feature would allow you to update the OS image while keeping the user files (by running the script against your existing installation but &amp;lt;u&amp;gt;leaving out&amp;lt;/u&amp;gt; the --home-size-mb NNN option).&lt;br /&gt;
* The &amp;lt;code&amp;gt;--unencrypted-home&amp;lt;/code&amp;gt; option prevents password protection and encryption of the /home/liveuser folder. This releaves overhead on the compressed sqaushfs, and should be more robust to file system failures (outside of security).&lt;br /&gt;
* The &amp;lt;code&amp;gt;--delete-home&amp;lt;/code&amp;gt; option is used to avoid an error message while requesting both a new home (with &amp;lt;code&amp;gt;--home-size-mb&amp;lt;/code&amp;gt;) and a persistent home (indirectly with &amp;lt;code&amp;gt;--unencrypted-home&amp;lt;/code&amp;gt;). You wouldn&#039;t use the --delete-home option on an upgrade of the operation system only.&lt;br /&gt;
Depending on the size of your usb stick, you may have to decrease &amp;lt;code&amp;gt;--overlay-size-mb&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;--home-size-mb&amp;lt;/code&amp;gt; values (example, for 1 GB stick, use 200 for each).&lt;br /&gt;
&lt;br /&gt;
== Alternative instructions ==&lt;br /&gt;
&lt;br /&gt;
=== UNetbootin ===&lt;br /&gt;
&lt;br /&gt;
UNetbootin (Universal Netboot Installer) is a cross-platform utility that can create Live USB systems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Keep in mind that UNetbootin doesn&#039;t support persistent overlays, so you won&#039;t be able to save files using the Journal.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:http://unetbootin.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
* Choose the Diskimage ISO option.&lt;br /&gt;
* Select the downloaded .iso image file. &lt;br /&gt;
* Press OK and wait for your USB stick to be created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Fedora Live USB Creator ===&lt;br /&gt;
&lt;br /&gt;
Fedora LiveUSB Creator (see windows install section above for how to use)&lt;br /&gt;
 Needs to be loaded from Synaptic Package Manager&lt;br /&gt;
&lt;br /&gt;
Has persistence, easy to use.&lt;br /&gt;
&lt;br /&gt;
Instructions are at http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Getting_Involved/Testing/Soas-F11b_Sugar0.84.2&lt;br /&gt;
&lt;br /&gt;
-On full installs of Fedora 11 Preview can add sugar desktop and make a Soas version with a Full Gnome desktop plus a &lt;br /&gt;
Sugar Desktop on one USB Stick or SD Card (Wireless WPA works with EeePC900)&lt;br /&gt;
&lt;br /&gt;
-see for details :&lt;br /&gt;
&lt;br /&gt;
++++PREPARATORY WORK : use Partition Editor to erase existing partition on sdb? (CHECK THIS CAREFULLY!);then make NEW partition as a fat16 primary partition LABELED FEDORA then set boot flag.++++&lt;br /&gt;
&lt;br /&gt;
-to label the partition FEDORA on Fedora, use &amp;lt;pre&amp;gt;dosfslabel devicename FEDORA&amp;lt;/pre&amp;gt; dosfslabel comes with the &amp;quot;dosfstools&amp;quot; rpm package.&lt;br /&gt;
&lt;br /&gt;
== What&#039;s next? ==&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve created your stick, it&#039;s time to [[Sugar_on_a_Stick#Step_3:_Boot|boot your stick]] and test it out.&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;/div&gt;</summary>
		<author><name>Barry.grumbine</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=28863</id>
		<title>Sugar on a Stick</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=28863"/>
		<updated>2009-05-08T18:43:45Z</updated>

		<summary type="html">&lt;p&gt;Barry.grumbine: Added link to boot section for XO-1.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{ Translations | [[Sugar_on_a_Stick|english]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-es|español]] }}{{GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
[[Image:Soas.jpg|thumb]] [[Image:Soas-1.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Sugar Labs offers ubiquitous access to Sugar in a USB (Universal Serial Bus) flash memory drive (stick). The Sugar on a Stick project (&#039;&#039;still in Beta&#039;&#039;) gives children access to &#039;&#039;their&#039;&#039; Sugar on any computer in their environment with just a USB memory stick. Taking advantage of the Fedora LiveUSB, it&#039;s possible to store everything you need to run Sugar on a single USB memory stick (minimum size 1GB). This small USB device can boot into the Sugar learning platform on different computers at home, at school, or at an after-school program, bypassing the software on the those computers. In fact, Sugar on a Stick will work even if the computer does not have a hard-drive. With Sugar on a Stick, the learning experience is the same on any computer: at school, at home, at the library, or an after-school center.&lt;br /&gt;
&lt;br /&gt;
You can learn more from [http://www.xconomy.com/boston/2009/02/05/sugar-beyond-the-xo-laptop-walter-bender-on-olpc-sucrose-084-and-sugar-on-a-stick/ Walter Bender&#039;s interview with Xconomy], [http://www.olpcnews.com/software/sugar/sugar_on_a_stick_netbooks.html Wayan Vota&#039;s video] and [http://www.flickr.com/photos/curiouslee/sets/72157613785006745/ Mike Lee&#039;s pictures].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What&#039;s exactly on the Stick&#039;&#039;&#039;: The Fedora version contains a compressed copy of Fedora 11 that will boot, run in memory, and maintain changes on a USB flash drive with a standard FAT16 or FAT32 partition. The files coexist with other files the user may have or put on the disk.  Different types of configurations are being designed to offer the options to run virtualizations or emulations and to use virtual machines on existing computers, saving the Sugar Home folder (the user&#039;s work) on the Stick for use at another workstation. See our [[Sugar on a Stick/Resources| resources page]] for more information.&lt;br /&gt;
&lt;br /&gt;
== Project Goals ==&lt;br /&gt;
&lt;br /&gt;
* Sugar on a Stick as 1-to-1 computing in an elementary school&lt;br /&gt;
* Sugar on a Stick to empower middle- and high-school students to help test, and learn computing platforms as learning tools&lt;br /&gt;
* Sugar on a Stick for learning conferences to let people try Sugar and collaborate with other conference participants&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Would you like to help?&#039;&#039;&#039;&#039;&#039;... Sugar Labs is entirely volunteer run.  Please &#039;&#039;&#039;[[/Getting Involved| get involved]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Getting Sugar on a Stick (beta) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The first SoaS beta is now available! Please check the [[/Beta|release notes]] and download it, unless you&#039;re a Windows user (in which case you&#039;ll be able to download it directly when creating your stick), from here: http://download.sugarlabs.org/soas/releases/soas-beta.iso&lt;br /&gt;
&lt;br /&gt;
We had a SoaS pre-release on April 10th, 2009 at [http://www.ncose.org/node/47 FOSSVT], where we premiered and distributed SoaS. We are testing the beta image again this week (the week of April 13) and are ready for the final release now.&lt;br /&gt;
&lt;br /&gt;
Please download, test (see [[Smoke test]]), and give feedback (on sugar-devel@lists.sugarlabs.org and [[Sugar on a Stick/Getting Involved]])&amp;amp;mdash;please follow the instructions below to download a copy!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirement:&#039;&#039;&#039; You&#039;ll need a USB flash drive, with a size of at least 1 GB!&lt;br /&gt;
&lt;br /&gt;
=== Create Your Stick ===&lt;br /&gt;
&lt;br /&gt;
Please select your operating system below to get further instructions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
[http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Windows http://wiki.sugarlabs.org/images/f/f9/Windows.gif]&lt;br /&gt;
[http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Mac http://wiki.sugarlabs.org/images/7/76/Apple.gif]&lt;br /&gt;
[http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Linux http://wiki.sugarlabs.org/images/9/97/Penguin.png]&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also run SoaS in a virtual machine. Sugar Labs volunteers are experimenting with [[VirtualBox]], [[VMware]], and [[QEMU]]. Virtual machines emulate computer hardware resources in software and allow your to install and run disc images from different operating systems on a single computer.&lt;br /&gt;
&lt;br /&gt;
=== Boot ===&lt;br /&gt;
&lt;br /&gt;
To boot SoaS on an XO-1 look here: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC&lt;br /&gt;
&lt;br /&gt;
If you have an older machine or you just want things to immediately work without fussing with the BIOS, you can burn a &amp;quot;Boot Helper&amp;quot; CD using the .iso below. This will start the boot from the CD, then read files from the USB stick: http://people.sugarlabs.org/sdz/soas-boot.iso.&lt;br /&gt;
Note that when you use this method your USB stick must have the label FEDORA. Name the stick FEDORA &#039;&#039;&#039;before&#039;&#039;&#039; running liveusb-creator. This ensures the persistent overlay will be used when booting with the &amp;quot;Boot Helper&amp;quot; CDO.&lt;br /&gt;
 &lt;br /&gt;
On most modern computers its possible to set the target computer&#039;s BIOS to boot from USB so you don&#039;t need a CD at all!  Unfortunately this is slightly different on each computer.  Explore the setup screen for your system (press Esc or F1 while the computer is booting).  If you can&#039;t figure it out, search Google for information on your computer model&#039;s BIOS.&lt;br /&gt;
&lt;br /&gt;
=== Use ===&lt;br /&gt;
&lt;br /&gt;
Once your stick boots, you&#039;ll find yourself in your own Sugar environment, ready to play and learn. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt; [http://flossmanuals.net/Sugar http://wiki.sugarlabs.org/images/4/40/Sugarlabs_mainpage_07.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
| For a guide on how to use Sugar, see the [http://en.flossmanuals.net/sugar FLOSSmanuals Sugar Users Guide]. &lt;br /&gt;
[[olpc:Keyboard_shortcuts|Keyboard shortcuts]] also lists some of the Sugar keyboard shortcuts on a PC keyboard.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Let us know how it goes! Send e-mail to [mailto:iaep@lists.sugarlabs.org iaep@lists.sugarlabs.org]. This is our [http://lists.sugarlabs.org/listinfo/iaep &amp;quot;It&#039;s an Education Project&amp;quot; mailing list].&lt;br /&gt;
&lt;br /&gt;
== Help the project ==&lt;br /&gt;
&lt;br /&gt;
Please keep notes on which version of Sugar on a Stick you have downloaded when reporting issues.&lt;br /&gt;
&lt;br /&gt;
* When booting SoaS, you&#039;ll see for a short time a screen showing a kind of solar system.&lt;br /&gt;
* Press the &amp;quot;Escape&amp;quot; button here and you&#039;ll get to the boot menu.&lt;br /&gt;
* There, you should find the images name in the following structure: &#039;&#039;Soas{version number}-{date of creation}&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can also refer to the name of the .iso file, if you still have it around.&lt;br /&gt;
&lt;br /&gt;
To find out which version of Sugar you are using you can look it up in the &#039;About my Computer&#039; Section in &#039;My Settings&#039;. &lt;br /&gt;
&lt;br /&gt;
Report bugs to http://dev.sugarlabs.org/. Use the &amp;quot;SoaS&amp;quot; component when entering new bugs.  &lt;br /&gt;
&lt;br /&gt;
=== For Developers: Downloading alternative images ===&lt;br /&gt;
&lt;br /&gt;
We&#039;ve now various solutions available, which are listed below. Some of those might still be unstable and in testing, which means that &#039;&#039;they might not work yet.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The SoaS beta release is currently based on &#039;&#039;{{SoaS-2 beta}}&#039;&#039;. It&#039;s the most stable solution we&#039;ve available right now and is recommended for usage.&lt;br /&gt;
&lt;br /&gt;
* On the other hand, you can also grab a current snapshot, which includes the latest bits, but might contain some issues. We really need your help on testing those to move forward!&lt;br /&gt;
&lt;br /&gt;
* The virtual appliance is &#039;&#039;not ready&#039;&#039; for general use and is under heavy development. Any help with testing it is appreciated, though.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=3 style=&amp;quot;border: 1px solid white; border-collapse: collapse; background: #e3e4e5;&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#787878; color: white;&amp;quot;&lt;br /&gt;
| &#039;&#039;&#039;available solution&#039;&#039;&#039; || &#039;&#039;&#039;current state&#039;&#039;&#039; || &#039;&#039;&#039;download location&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| SoaS &#039;&#039;Beta&#039;&#039; || beta quality || http://download.sugarlabs.org/soas/releases/soas-beta.iso&lt;br /&gt;
|-&lt;br /&gt;
| SoaS &#039;&#039;Snapshot&#039;&#039; || varying quality || {{SoaS-2 path}}&lt;br /&gt;
|-&lt;br /&gt;
| SoaS &#039;&#039;Virtual Appliance&#039;&#039; || alpha quality || {{SoaS-2 app-path}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Previous snapshots are provided in the subsequent directories on http://download.sugarlabs.org/soas/.&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
&lt;br /&gt;
We are looking for help with Hardware testing. If you can help please look at [[/Hardware| these instructions]].&lt;br /&gt;
&lt;br /&gt;
For testing SoaS, you might want to follow the Sugar [[Smoke_test| Smoke Test]] procedures.&lt;br /&gt;
See the [[/Getting Involved| Getting Involved]] page for details.&lt;br /&gt;
&lt;br /&gt;
=== Join the development effort ===&lt;br /&gt;
&lt;br /&gt;
* We are experimenting with the [http://schools.sugarlabs.org/mod/forum/view.php?id=530 Sugar Labs Moodle system] to help in coordinating deployment work on this project.&lt;br /&gt;
* Development discussions take place on the Sugar-Devel email list, http://lists.sugarlabs.org/listinfo/sugar-devel.&lt;br /&gt;
* Real-time development chat is at irc://irc.freenode.net#sugar  Mibbit: [http://embed.mibbit.com/?server=irc.freenode.net&amp;amp;channel=%23sugar&amp;amp;noServerTab=false #sugar]&lt;br /&gt;
*[http://git.sugarlabs.org/projects/soas Gitorious SoaS home]&lt;br /&gt;
&lt;br /&gt;
=== Roadmap ===&lt;br /&gt;
&lt;br /&gt;
Review and contribute to plans and schedules on the [[/Roadmap| Project roadmap page]].&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[OLPC:Rawhide-XO]] for the closely related development of Sugar for the XO-1 laptop on Fedora 11.&lt;br /&gt;
* [[Deployment Team/School_Key]] Information on various Sugar on a Stick deployments.&lt;br /&gt;
* Protocol for [[April 17 Olin Play Session]]&lt;br /&gt;
* Notes from [[April 18th YMCA Healthy Kids Day]]&lt;br /&gt;
&lt;br /&gt;
===[[/Subpages]]===&lt;br /&gt;
&lt;br /&gt;
[[Category:Project]]&lt;/div&gt;</summary>
		<author><name>Barry.grumbine</name></author>
	</entry>
</feed>