Basically, I built a liveCD using a genkernel (as I thought that'd be best) and rolled in most of the modules for networking drivers.
I'm wondering if there's a way to detect the drivers as needed. I spoke to a friend they said genkernel could pull it off.
I'm relatively new to non-hardware specific liveCDs etc.
Could anyone be of assistance in this case?
Thanks guys
Solution:
This will run like an official Gentoo LiveCD for hardware detection. Thanks again to the Devs
Code: Select all
emerge livecd-tools
rc-update add autconfig boot

