Perhaps someone can point me in the right direction here.
For a small investigation I was doing I needed a PAE version of Tiny Core. I've no issues with building a new kernel, but with a significant change like this I needed to regenerate the modules to match the new kernel - primarily the ones embedded in core.gz. Is there a simple way of doing this?
After some work with Google I ended up doing:
- make modules. (Took over 7 hours on my dual core 1.6Hz thin client!)
- found a script from Rich on the forum
http://forum.tinycorelinux.net/index.php/topic,24507.msg155508.html#msg155508 which used sorter.sh to package up the many modules into like-minded groups. (Needed a little editing to run).
- remastered core.gz inserting the expanded base_modules.tgz on the way to replace the existing ones.
- as part of the remastering copied the main modules.dep file over and edited paths to suit
I did end up with a PAE kernel that ran quite happily so I did end up with what I wanted.
It's just I feel that there must be an alternative (simpler?) approach/script that I failed to find.
Any pointers?