Live CD

From Sugar Labs
Revision as of 19:49, 6 November 2008 by Skierpage (talk | contribs) (→‎Where to Get: rewrite, fix link)
Jump to navigation Jump to search

What is on the cd?

The sugar-jhbuild live CD has a the most recent and complete working sugar system out of the box. Just download, burn and boot from the CD. The cd also has:

  • An out-of-the-box running sugar system.
  • Gnome.
  • Stable Debian package of sugar.
  • Extra debugging tools
  • Wireless drivers

You can access the extra window managers by pressing ctrl+alt+del and choosing them at Login Manager.

login information

Username : user
Password : live

Where to Get

You can try the latest Sugar build with a sugar-jhbuild live CD available at http://download.sugarlabs.org/sugar/liveimages/debian-jhbuild.

How to build

The construction of the CD is pretty easy. Configuration is all done in the /livecd/conf directory, you can read how to do it debian-live site, or go in IRC debian-live channel

In non-Debian systems (Fedora, etc)

1. Get the live-helper source code

 git clone git://git.debian.net/git/debian-live/live-helper.git live-helper

In Debian systems

1.

 apt-get install live-helper

2.

 svn co https://sugarlivecd.svn.sourceforge.net/svnroot/sugarlivecd
 cd ./sugarlivecd/live-cd
 lh_clean ; lh_build

The creation takes time, and you will need to be connected to the internet.