[10:57] hi all. i'm building custom kernels following https://wiki.ubuntu.com/KernelTeam/GitKernelBuild#Kernel_Build_and_Installation since i'm bisecting to debug a problem we're having. i was just wondering, how can i make `make deb-pkg` produce a linux-modules-*.deb as well? [10:57] currently it produces only linux-image-*.deb and linux-headers-*.deb [10:57] i.e. i'd like to end up with the same set of debs like the mainline builds at https://kernel.ubuntu.com/~kernel-ppa/mainline/ [11:18] estan: looking at https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.13/ (one of the kernel versions you told us in #ubuntu is a target for bisecting), there is 0001-base-packaging.patch (first link), which separates modules into the separate package (amongst many other things). [11:26] tomreyn: oh i see. thanks. [11:32] can also confirm that the linux-image-*.deb package i got has the modules. so all good.