<?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=Eightdot</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=Eightdot"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Eightdot"/>
	<updated>2026-05-26T22:35:49Z</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=30911</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=30911"/>
		<updated>2009-06-22T00:36:18Z</updated>

		<summary type="html">&lt;p&gt;Eightdot: /* Put SoaS on to a stick using Fedora and Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOCright}}&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This page helps you to put your [[Sugar on a Stick]] image on a USB flash drive under Linux.    If you have questions, trouble or feedback, please let us know on the [[Talk:Sugar on a Stick|SoaS talk]] page. &amp;quot;Sugar on a Stick&amp;quot; is provided in a number of variants. If you can improve these instructions, please edit the page and do so!&lt;br /&gt;
&lt;br /&gt;
== Put [[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;
&lt;br /&gt;
== Put SoaS as a vmware appliance onto a vmware player stick ==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.sugarlabs.org/go/VMware These instructions] will help you put a [[Sugar on a Stick#Downloading|SoaS image]] onto a USB&lt;br /&gt;
stick that boots into VMPlayer that then runs a VMAppliance containing a [[Sugar on a Stick#Downloading|SoaS image]].&lt;br /&gt;
&lt;br /&gt;
== openSUSE SoaS variant ==&lt;br /&gt;
&lt;br /&gt;
For the openSUSE Sugar variant (bundled with 55+ activities) go to http://en.opensuse.org/Sugar&lt;br /&gt;
&lt;br /&gt;
== Put SoaS on to a stick using Fedora and Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
This is known to work in Fedora and Ubuntu.&lt;br /&gt;
&lt;br /&gt;
First, start downloading a SoaS &amp;lt;tt&amp;gt;.iso&amp;lt;/tt&amp;gt; image from the [[Sugar on a Stick#Downloading|images]] table, then return here.&lt;br /&gt;
&lt;br /&gt;
* Make sure you have the &#039;&#039;syslinux&#039;&#039; package installed on the operating system that you will use to prepare the Live USB image. It is recommended that you also have the &#039;&#039;isomd5sum&#039;&#039; package installed. The &#039;&#039;cryptsetup&#039;&#039; package is another option potentially used by the &amp;quot;livecd-iso-to-disk&amp;quot; installation script. (On Ubuntu, &amp;lt;code&amp;gt;sudo apt-get install syslinux isomd5sum cryptsetup&amp;lt;/code&amp;gt; will install the packages.)&lt;br /&gt;
* It might be needed to uncomment &#039;SAMPLE FILE&#039; in /etc/mtools/mtools.conf to make syslinux work,at least on gentoo.&lt;br /&gt;
**&#039;&#039;syslinux&#039;&#039; is needed to set up booting on the FAT file system of the USB disc or Live CD.&lt;br /&gt;
**&#039;&#039;isomd5sum&#039;&#039; is needed for the recommended verification step, which checks that the .iso file is complete after its travels. If there is a problem with the .iso file, the script will exit and provide a failure message.  The verification step can be bypassed by using the &amp;lt;code&amp;gt;--noverify&amp;lt;/code&amp;gt; option.&lt;br /&gt;
**&#039;&#039;cryptsetup&#039;&#039; is only needed for the option to provide password protection and encryption for the persistent /home/liveuser folder. It is not necessary if one applies the  recommended &amp;lt;code&amp;gt;--unencrypted-home&amp;lt;/code&amp;gt; option. The &amp;lt;code&amp;gt;--unencrypted-home&amp;lt;/code&amp;gt; option is preferred because the reduced overhead improves robustness with the compressed &#039;&#039;squashfs&#039;&#039; file system employed by the Live USB 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;
&lt;br /&gt;
* Check the USB device. In the example below the device is /dev/sdb:&lt;br /&gt;
: &amp;lt;tt&amp;gt;&#039;&#039;&#039;df -h&#039;&#039;&#039;&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;
* Unmount the drive,&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;tt&amp;gt;sudo umount /dev/sd&#039;&#039;b1&#039;&#039;&amp;lt;/tt&amp;gt;&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 &#039;L&#039; for the &#039;&#039;&#039;l&#039;&#039;&#039;ist 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/sd&#039;&#039;b&#039;&#039; for the rest of these instructions),&lt;br /&gt;
::# then your partition (/dev/sd&#039;&#039;b1&#039;&#039;),&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/sd&#039;&#039;b&#039;&#039;&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/sd&#039;&#039;b&#039;&#039; 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/sd&#039;&#039;b&#039;&#039;&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;
* 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/sd&#039;&#039;b1&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
The &#039;&#039;livecd-iso-to-disk&#039;&#039; installation has the advantage over the &#039;&#039;liveusb-creator&#039;&#039; installation method by 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;--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;
* If you get an error about udevinfo, you have the new version of udev where &amp;quot;udevadm info&amp;quot; is the proper command. Create an executable file called udevinfo somewhere in your path with the following contents:&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 udevadm info $*&lt;br /&gt;
* Watch out for errors in the output of the script, the script seams to ignore them!(and say all is fine on the last line).&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#Boot|boot your stick]] and [[Sugar on a Stick/Getting Involved | test]] it out.  Please also [[Sugar on a Stick/Getting Involved/Testing | report]] your observations.&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;/div&gt;</summary>
		<author><name>Eightdot</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Marketing_Team/Events/MiniCamp_Paris_2009/Attendees&amp;diff=28834</id>
		<title>Marketing Team/Events/MiniCamp Paris 2009/Attendees</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Marketing_Team/Events/MiniCamp_Paris_2009/Attendees&amp;diff=28834"/>
		<updated>2009-05-07T17:47:39Z</updated>

		<summary type="html">&lt;p&gt;Eightdot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|class=&amp;quot;schedule sortable&amp;quot;&lt;br /&gt;
! Wiki !! First Name !! Last Name !! e-mail !! Dates Attending !! Affiliation &lt;br /&gt;
|-&lt;br /&gt;
| [[User:dfarning|Dfarning]]&lt;br /&gt;
| David&lt;br /&gt;
| Farning&lt;br /&gt;
| dfarning at sugarlabs.org&lt;br /&gt;
| May 13 -20&lt;br /&gt;
| Sugar Labs&lt;br /&gt;
|-&lt;br /&gt;
| [[User:seth|Seth]]&lt;br /&gt;
| Seth&lt;br /&gt;
| Woodworth&lt;br /&gt;
| seth at sugarlabs.org&lt;br /&gt;
| May 15 -24&lt;br /&gt;
| OLPC&lt;br /&gt;
|-&lt;br /&gt;
| [http://wiki.laptop.org/go/Support_Gang Holt]&lt;br /&gt;
| Adam&lt;br /&gt;
| Holt&lt;br /&gt;
| holt at laptop.org&lt;br /&gt;
| May 14 - 19&lt;br /&gt;
| OLPC Canada&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Tomeu|Tomeu]]&lt;br /&gt;
| Tomeu&lt;br /&gt;
| Vizoso&lt;br /&gt;
| tomeu at sugarlabs.org&lt;br /&gt;
| May 14 - 19&lt;br /&gt;
| Sugar Labs&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Walter|Walter]]&lt;br /&gt;
| Walter&lt;br /&gt;
| Bender&lt;br /&gt;
| walter at sugarlabs.org&lt;br /&gt;
| May 15 - 18&lt;br /&gt;
| Sugar Labs&lt;br /&gt;
|-&lt;br /&gt;
| [[User:ChristophD|ChristophD]]&lt;br /&gt;
| Christoph&lt;br /&gt;
| Derndorfer&lt;br /&gt;
| christoph at olpcnews.com&lt;br /&gt;
| May 15 - 19&lt;br /&gt;
| OLPC Austria&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Yamaplos|Yamaplos]]&lt;br /&gt;
| Yama&lt;br /&gt;
| Ploskonka&lt;br /&gt;
| yama@netoso.com&lt;br /&gt;
| Remotely from La Paz - Bolivia&lt;br /&gt;
| OLE Bolivia&lt;br /&gt;
|-&lt;br /&gt;
| [[User:sascha_silbe|sascha_silbe]]&lt;br /&gt;
| Sascha&lt;br /&gt;
| Silbe&lt;br /&gt;
| domain sugarlabs.org, user silbe&lt;br /&gt;
| at least full weekend&lt;br /&gt;
| Sugar Labs?&lt;br /&gt;
|-&lt;br /&gt;
| [[User:CarolineM|CarolineM]]&lt;br /&gt;
| Caroline &lt;br /&gt;
| Meeks&lt;br /&gt;
| caroline at sugarlabs.org&lt;br /&gt;
| May 15th to 24th. Bringing my husband Scott but not the kid.&lt;br /&gt;
| Sugar on a Stick&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Martin.langhoff|Martin.langhoff]]&lt;br /&gt;
| Martín&lt;br /&gt;
| Langhoff&lt;br /&gt;
| martin.langhoff@gmail.com&lt;br /&gt;
| full weekend&lt;br /&gt;
| OLPC&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Mokurai|Edward Mokurai Cherlin]]&lt;br /&gt;
| Edward&lt;br /&gt;
| Cherlin&lt;br /&gt;
| echerlin@gmail.com&lt;br /&gt;
| Remotely from Silicon Valley&lt;br /&gt;
| Earth Treasury&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Marten|Marten Vijn]]&lt;br /&gt;
| Marten&lt;br /&gt;
| Vijn&lt;br /&gt;
| info at martenvijn dot nl&lt;br /&gt;
| 16-17 May&lt;br /&gt;
| Soas user / OLPC repairing centre&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Reinder| Reinder]]&lt;br /&gt;
| Reinder&lt;br /&gt;
| de Haan&lt;br /&gt;
| rs(a)mveas(d)com&lt;br /&gt;
| 16-17 May&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[User:SeanDaly|SeanDaly]]&lt;br /&gt;
| Sean&lt;br /&gt;
| Daly&lt;br /&gt;
| sdaly dot be at gmail dot com&lt;br /&gt;
| 15-17 May&lt;br /&gt;
| Sugar Labs Marketing Coordinator&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Carlo|Carlo]]&lt;br /&gt;
| Carlo&lt;br /&gt;
| Falciola&lt;br /&gt;
| cfalciola@yahoo.it&lt;br /&gt;
| 16-17 May&lt;br /&gt;
| Localization(Italian)&lt;br /&gt;
|-&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Eightdot</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Marketing_Team/Events/FOSDEM_2009&amp;diff=18577</id>
		<title>Marketing Team/Events/FOSDEM 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Marketing_Team/Events/FOSDEM_2009&amp;diff=18577"/>
		<updated>2009-02-05T15:53:43Z</updated>

		<summary type="html">&lt;p&gt;Eightdot: /* Attendance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
OLPC / Sugar Labs is present at [http://www.fosdem.org/2009/ FOSDEM&#039;09] taking place in Brussels (Belgium) from Saturday, February 7 and Sunday, February 8.&lt;br /&gt;
&lt;br /&gt;
== Pre-conference community meetup ==&lt;br /&gt;
&lt;br /&gt;
In addition to FOSDEM, we&#039;re gathering on &#039;&#039;&#039;Friday, February 6&#039;&#039;&#039; at&lt;br /&gt;
the [http://hsb.wikidot.com/ Hacker Space Brussels] for a one-day&lt;br /&gt;
OLPC / Sugar community meetup.&lt;br /&gt;
&lt;br /&gt;
Please add yourself to the list of attendees if you would like to&lt;br /&gt;
join us.  Contact [[User:Bernie|Bernie Innocenti]] for further&lt;br /&gt;
details and directions.&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
&lt;br /&gt;
* discussing the current state of things&lt;br /&gt;
* making plans for 2009:&lt;br /&gt;
** better defining the relation between OLPC and Sugar Labs&lt;br /&gt;
** advancing the Sugar platform&lt;br /&gt;
** making awesome educational content&lt;br /&gt;
** writing cool activities&lt;br /&gt;
** building and contacting relevant communities around OLPC and Sugar&lt;br /&gt;
** generally making it easier to contribute to OLPC and Sugar&lt;br /&gt;
** translating existing documentation (e.g. FlossManuals)&lt;br /&gt;
** writing materials geared towards how teachers can use the XO and Sugar in schools&lt;br /&gt;
** designing great marketing materials&lt;br /&gt;
** pilot projects in Europe&lt;br /&gt;
** create a web page that shows you OLPC enthusiasts geographically close to you&lt;br /&gt;
** ...&lt;br /&gt;
* socializing, finally being able to put faces to nicknames&lt;br /&gt;
&lt;br /&gt;
=== Agenda ===&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;Time&#039;&#039;&#039; || Hacker space Brussels&lt;br /&gt;
|-&lt;br /&gt;
|| 1000&lt;br /&gt;
|| Coffee and introduction&lt;br /&gt;
|-&lt;br /&gt;
|| 1030&lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|| 1100&lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|| 1200&lt;br /&gt;
|| &lt;br /&gt;
|-&lt;br /&gt;
|| 1300&lt;br /&gt;
|| Lunch&lt;br /&gt;
|-&lt;br /&gt;
|| 1400&lt;br /&gt;
|| Sugar 0.84 development status update ([[User:Erikos|Simon Schampijer]])&lt;br /&gt;
|-&lt;br /&gt;
|| 1500&lt;br /&gt;
|| Sugar Labs [http://sugarlabs.org/go/BugSquad BugSquad] - How to get involved ([[User:Erikos|Simon Schampijer]])&lt;br /&gt;
|-&lt;br /&gt;
|| 1600&lt;br /&gt;
|| Sugar 0.86 roadmap planning ([[User:Tomeu|Tomeu Vizoso]])&lt;br /&gt;
|-&lt;br /&gt;
|| 1700&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|| 1800&lt;br /&gt;
|| -&amp;gt; [http://fosdem.org/2009/beerevent FOSDEM Beer Event]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Goals | FOSDEM&#039;09 ==&lt;br /&gt;
&lt;br /&gt;
* getting more developers to work on Sugar related tasks&lt;br /&gt;
* gnash as a real flash replacement and activity development platform would be great and needs help!&lt;br /&gt;
&lt;br /&gt;
== Attendance ==&lt;br /&gt;
&lt;br /&gt;
Please sign up here if you plan to attend!&lt;br /&gt;
[[User:ChristophD|ChristophD]] 03:40, 7 January 2009 (UTC)&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;
! Name&lt;br /&gt;
! Community Meetup Friday 6th&lt;br /&gt;
! FOSDEM Saturday 7th&lt;br /&gt;
! FOSDEM Sunday 8th&lt;br /&gt;
! Notes&lt;br /&gt;
! Hotel&lt;br /&gt;
|-&lt;br /&gt;
| [[User:ChristophD|ChristophD]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| flight to Brussel is booked, will arrive on the evening of Feb. 5&lt;br /&gt;
| Frederiksborg 5th-9th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:niklaus|Niklaus Giger]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| flight to Brussel is booked, will arrive on the at 12:30 Feb. 5&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Tomeu|Tomeu]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| flight booked, arrive Feb 6th at 10.30am and leave Feb 9th at 17:00&lt;br /&gt;
| Frederiksborg 6th-9th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:BenjaminBerg|Benjamin Berg]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Arrives at 11:01 on Friday at Bruxelles-Midi, leaving again on Monday 17:59.&lt;br /&gt;
| Frederiksborg 6th-9th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Cassidy|Guillaume Desmottes]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| h01ger / Holger Levsen&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[User:nubae|David &amp;quot;nubae&amp;quot; Van Assche]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| flight to Brussel is booked, will arrive on the evening of Feb. 5&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Bernie|Bernie Innocenti]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Flight booked, will arrive on the evening of Feb 5, leave in the morning of Feb 9&lt;br /&gt;
| Frederiksborg 5th-9th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Erikos|Simon Schampijer]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| flight booked, will arrive on the evening of Feb. the 5th and leave the evening of the 9th&lt;br /&gt;
| Frederiksborg 5th-9th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:MartinDengler|Martin Dengler]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Arrive evening of 6th (for Beer Event); leave late evening Sunday the 8th.&lt;br /&gt;
| Frederiksborg 6th-8th&lt;br /&gt;
|-&lt;br /&gt;
| [[User:xardox|Don Hopkins]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Taking the train from Amsterdam. Arriving Friday, leaving Monday. Rewriting SimCity/Micropolis GUI with C++/Python/GTK/Cairo/Pango/[http://www.donhopkins.com/home/images/SimCityPacMan.png PacMan].&lt;br /&gt;
| A little hotel by the Manneken Pis.&lt;br /&gt;
|-&lt;br /&gt;
| Greg DeKoenigsberg&lt;br /&gt;
| Maybe &lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Train from AMS on Friday, in leaving Sunday night&lt;br /&gt;
| Novotel Brussels&lt;br /&gt;
|-&lt;br /&gt;
| Eightdot&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== FOSDEM Schedule == &lt;br /&gt;
&lt;br /&gt;
What about joining sometime after 18:00 the [http://fosdem.org/2009/beerevent Friday Beer Event]?&lt;br /&gt;
&lt;br /&gt;
Some Sugar hackers will meet with Rob Savoye in the GNOME dev room to work on improving flash support in Sugar, will be Saturday at 10:00 AM.&lt;br /&gt;
&lt;br /&gt;
Tomeu is going to talk about [http://live.gnome.org/Brussels2009/Devroom#head-fed044e7ec0c3f61c0819739876aaa276e55c8e1 &amp;quot;The Sugar platform&amp;quot;] in the [http://live.gnome.org/Brussels2009/Devroom GNOME dev room] on Saturday 15:00.&lt;br /&gt;
&lt;br /&gt;
Greg is going to talk about &amp;quot;Sugar and Fedora&amp;quot; in the [https://fedoraproject.org/wiki/FedoraEvents/FOSDEM/FOSDEM2009#Speakers_in_the_Dev_Room Fedora dev room] on Saturday 17.00.&lt;br /&gt;
&lt;br /&gt;
== To-Do ==&lt;br /&gt;
&lt;br /&gt;
* decide if we are going to ask a sister project for a piece of a booth (we did so last year in the GNOME booth)&lt;br /&gt;
* lots of things...&lt;br /&gt;
&lt;br /&gt;
== Swag ==&lt;br /&gt;
&lt;br /&gt;
[[User:Mchua|Mchua]] is getting swag over for the conference; you folks are getting [[MarketingTeam/Stickers]] and a batch of the generic [[Business cards]].&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
&lt;br /&gt;
Please add relevant notes and thoughts!&lt;br /&gt;
[[User:ChristophD|ChristophD]] 03:40, 7 January 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Eightdot</name></author>
	</entry>
</feed>