This page is going to be obsoleted by [[Kameleon]] [[Image:livecd_snapshot1.png|300px|]] ====== How it is made ====== A script make-debian-live-cd.sh'' in the root directory of the svn oar repository is available to quickly make a live system iso image from freshly built packages. For the moment, it makes a Debian system using a base image (automaticaly downloaded from the oar website) and the debian packages found in your ./build-area'' directory. But it's an idea of what should be a smarter script making a live image of the system of your choice with deb, rpm or source installs. The tool used is "Linux Live Scripts": http://www.linux-live.org/ Note: now, we have a make-centos-live-cd.sh'' script for a CENTOS appliance! --[[User:Bzizou|Bzizou]] 14:55, 20 May 2009 (UTC) For more informations: [[http://wiki-oar.imag.fr/index.php/Kameleon_Page|Kameleon Project]] ====== The currently published image ====== It's a Debian system with all oar 2.4 packages installed and some fake resources preconfigured so that you can directly test oarsub. The 2.4 is not yet released, but it's not far from the stable 2.3 release and it has the new user RESTful API that you can test with this live system. And now, a Centos system is available! --[[User:Bzizou|Bzizou]] 14:56, 20 May 2009 (UTC) ====== How to run it ====== It's an iso image, so you can burn it on a CD and boot a computer on it. But the most convenient way is probably to boot it with your favourite virtualisation software. Here is an example of how to start it with KVM: kvm -m 512 -boot d -cdrom /var/tmp/OAR_Debian_Live-2.4.0-1\\~12.gbpbb7070.iso If you want to keep persistent modifications, it is possible with the 'changes=...' boot parameter. Go to [[http://www.linux-live.org/|Linux Live Scripts]] web site for more informations. ====== Download ====== * All available isos: http://oar.imag.fr/live/isos * Debian / OAR 2.4.0 beta2 (not tested) : http://oar.imag.fr/live/isos/OAR_Debian_Live-2.4.0-1~36.gbp996f70.iso.gz * Centos / OAR 2.3.3+svn2135: http://oar.imag.fr/live/isos/OAR_Centos_Live-2.3.3+svn2135-2.iso.gz (still some bugs with firefox and gantt) * Centos / OAR 2.4.0-test1: http://oar.imag.fr/live/isos/OAR_Centos_Live-2.4.0-1test.iso.gz (still some bugs with firefox and gantt, and oar-api not working)