This chapter describes the preparation of on your Linux computer to be able to use the LiveCD.
This section describes the requirements for the CDs usage.
If you have the complete iso-image downloaded, the follwing requirements have to be fullfilled.
This section describes the requirements for the CDs usage using the multiple CLOOP files version (from 0.2.7 on).
If you have the necessary parts downloaded, the follwing requirements have to be fullfilled.
For self preparation (multiple CLOOP files and base downloaded), you need additional :
To be able to use the CD, you need to have the cloop module installed into your kernel. This kernel module is used to mount the compressed CD image file into you system. If not available on your system, the CD provides you with a copy of the cloop-1.02 version, which is used to generate the cloop device.
Note
The cloop compression structure changes sometimes. To get the cloop files correctly mounted, you need
the correspondent cloop modules. So you should use 1.02 version for CD 0.2.7.
Important
It is required to have cloop version > 1.02 installed, because the multiple mount
of cloop devices is possible since that version. To find out which version you are
running, call insmod /lib/modules/misc/cloop.o
and check /var/log/messages
.
You will find an entry like
Oct 30 16:28:26 schomep4 kernel: cloop: Initializing cloop v1.02
Oct 30 16:28:26 schomep4 kernel: cloop: loaded (max 8 devices)
Remove an old version by deleting /lib/modules/misc/cloop
and /dev/cloop*
, to get
the new version installed.
Follow the hints below to get the cloop device available (only necessary one time).
_mkcloopdevice.rc
from the CDs root dir
(or compile the utils/cloop-1.02 dirs tools your own)._mkcloopdevice.rc
sh ./_mkcloopdevice.rc
/lib/modules/misc
the script
will terminate. If you want to create a new version, just clean the cloop.o
file from /lib/modules/misc
and restart the script.make clean;make KERNEL_DIR=yourKernelSourceDir
./lib/modules/misc
(directory
will be created, if not existing). This is also done by the scriptdepmod -a
call will make the cloop device available
(automatically done by the script).