Vyos1.4 vyos_defconfig modules issue

Hi Team ,

I am facing some issue while create new ISO image using docker way .
While I am creating ISO image , I just enabled the midules in vyos_defconfig . I didn’t get any error ,but there is no modules or .ko files generating in sudo make iso . What is the reason behind , need help . Its Urgent .

Thanks in Advance
Sachin Bansal

Hi Sachin!

When you create a iso you do not rebuild the kernel, on a normal iso build the kernel used is a precompiled one from the vyos apt repository unless you manually compile it yourself.
please follow the instructinos here on how to compile your own kernel: Build VyOS — VyOS 1.4.x (sagitta) documentation

please also note that when you compile your own kernel, you also need to recompile all other kernel modules (wireguard etc.)