Hello all, Just wondering if make-kpkg provides a way to build an x86_64 kernel on an i386 based system. I tried: make-kpkg --arch amd64 which builds linux-image-xxx_amd64.deb I need it installable on i386 ARCH=x86_64 make-kpkg hoping ARCH gets passed into the make command but unfortunately make-kpkg is overriding at that level. I see the official kernel does it by creating a .kernelvariables file but I don't see what's reading that. Best, Shane