On 08/08/18 19:37, Claude Heiland-Allen wrote:
* What exactly did you do (or not do) that was effective (or
ineffective)?
.../linux-4.18-rc8$ make-kpkg --rootcmd=fakeroot -j 32 --initrd kernel_image
--verbose
* What was the outcome of this action?
The build failed after a couple of seconds, with errors from /bin/sh along the
way.
Worked (albeit slowly) without -j 32. To be precise, this worked: .../linux-4.18-rc8$ make-kpkg --rootcmd=fakeroot --initrd kernel_image

