4.2. Mindi Busybox Installation

If you are installing from a tarball then copy it to wherever you have enough space, for example /tmp and type:

bash# cd /tmp
bash# tar -zxvf mindi-busybox-1.x.tgz
bash# cd mindi-busybox-1.x
bash# make oldconfig
bash# make busybox
bash# make install

This installs busybox files and symlinks into /usr/local/lib/mindi/rootfs

Or, if you are installing from an RPM/deb then copy it to wherever you have enough space, for example /tmp and type:

bash# rpm -Uvh /tmp/mindi-busybox-1.x-x.i386.rpm
or
bash# dpkg -i /tmp/mindi-busybox-1.x-x.deb

This installs busybix files and symlinks into /usr/lib/mindi/rootfs