Hey guys.
I am doing a remaster using the good old live cd method.

Here is a backtrace of my commands.

Code:
mkdir 26
gunzip minirt26.gz
mount minirt26 26 -o loop -o rw
cd 26
I do ls and as expected I get all the dirs
KNOPPIX boot dev lib linuxrc.orig modules proc static tmp
bin cdrom etc linuxrc mnt opt sbin sys usr


I try to copy the modules from:
Code:
/mnt/hde1/knx/source/KNOPPIX/lib/modules
to the mounted minirt26 in

Code:
/mnt/hde1/knx/26/lib
which lib turns out being a pointer to KNOPPIX and everything under /KNOPPIX is a symlink to "cdrom"

What am I doing wrong?