Skip to content
godane edited this page Sep 13, 2010 · 9 revisions

Welcome to the archiso-live wiki!

To build the livecd you first have to do is clone the github.

git clone git://github.com/godane/archiso-live.git

The mksquashfs is in the scripts folder which is add to PATH variable with ‘source exports’. You need to have the kernel26 2.6.29 or higher, aufs2-util, and syslinux installed in order for the scripts to work. This is so aufs and syslinux can work otherwise the scripts will not work at all.

Now you need to go into scripts folder and run this in /path/to/archiso-live/scripts/ folder in shell:

source exports

cd profiles/archiso-live

./build makeiso i686

When done you should have a working archiso-live cd.

Clone this wiki locally