Difference between revisions of "Live CD"

From Sugar Labs
Jump to navigation Jump to search
m (→‎In non-Debian systems (Fedora, etc): started how to build in a non-debian system)
Line 23: Line 23:
  
 
=== In non-Debian systems (Fedora, etc) ===
 
=== 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 ===
 
=== In Debian systems ===

Revision as of 20:15, 18 October 2008

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:

  • 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

It is possible to try the Latest Sugar build with a sugar-jhbuild live cd. The cd is available for downloaded here


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.