how to inject network drivers into the ubuntu OS iso? I went through the Cubic to create a custom Ubuntu live CD.
But it doesn't say anything about injecting the drivers, only to install packages. What if I get kernel modules to put into the iso image?
Here, suppose I need to inject intel driver into the iso, then I can make a directory inside the kernel tree directory:
/lib/modules/$Kernel_version/kernel/drivers/net/ethernet/intel/
What if I have a custom driver, what needs to be done for it?