Up until the latest version I tested, knoppix manually loads the modules ( aufs.ko and cloop.ko ) by searching for them in '/mnt-system/KNOPPIX/modules' directory. Suggestion here is for the kernel to loads the modules based on it's own version number, mimick the behavior of standard kernel loading using /lib/modules/`uname -r`/.

Why we want to do it ? Because :-

1) There maybe cases there will be more than 2 modules which we want it loaded.
We don't want to modify minirt each time.
2) There maybe cases where we want to test alternate kernel version and still retain original modules to easily revert back.