Difference between revisions of "Live CD"
Jump to navigation
Jump to search
m (→How to Build: started to write how to build) |
|||
Line 19: | Line 19: | ||
== How to Build == | == 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 [http://wiki.debian.org/DebianLive debian-live site], or go in debian-live [irc://irc.oftc.net/#debian-live IRC channel] | ||
+ | |||
+ | === In non-Debian systems (Fedora, etc) === | ||
+ | |||
+ | === 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. |
Revision as of 12:33, 17 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 debian-live IRC channel
In non-Debian systems (Fedora, etc)
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.