=== chris14_ is now known as chris14 === ahasenack_ is now known as ahasenack [17:11] I am trying to build the jammy kernel on gentoo. It looks like the recipe that is used when I do `fakeroot debian/rules binary-generic` pulls my .config file to start, and the build eventually failes when debian/rules.d/4-checks.mk doesn't find some options [17:12] Is it possible to pull a .config from ubuntu upstream or to use a default .config instead of my current .config? [18:56] drew: i found this in my open tabs, it might be helpful https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel [18:58] Quick tip about the link, if using git, just make sure to clone the unsigned repo too. [19:27] Esmil: that is the link I am following, but I am running into the .config issue [19:28] I decided to spin up an ubuntu docker image to build instead