Installation

We currently build MIC for various distributions, using the Moblin build system.

To check whether your distribution is currently supported, go to:

http://repo.moblin.org/moblin/tools

This URL includes packages for MIC2 and supporting tools that might not exist in some distributions.

If you would try tip of MIC2, you can also install by source with cloning MIC 2 from our GIT tree

git clone git://git.moblin.org/moblin-image-creator-2
cd moblin-image-creator-2
sudo ./tools/moblin-check-alldeps
make clean
make
sudo make install

Comments (3 total)

how?

how?

amd64 please

Please publish debian patch, then amd64 package can be built

workaround is :

sudo dpkg --force-all -i mic2_0.7_i386.deb

--
http://rzr.online.fr/q/amd64

mic2.0 works on ubuntu8.10 now

mic2.0 finally can work on the ubuntu8.10 now, you know it's hard to run the mic1.0 on the ubuntu based distribution before, good progress!
bellow are the steps to install mic2.0 on ubuntu8.10:
1. download mic2_0.3_i386.deb from link
http://repo.moblin.org/moblin/tools/ubuntu8.10/i386/;
2. export http_proxy="your proxy server and port if it's needed";
3. aptitude install yum;
4. apt-get install curl kpartx;
5. dpkg -i mic2_0.3_i386.deb;