mk-pkg
Closed this issue · 2 comments
kernel-ck-ubuntu breaks at line 315:
[+] running make-kpkg ...
$ fakeroot make-kpkg --initrd kernel_image kernel_headers modules_image
getopt: unknown option '--initrd'
fakeroot, create a fake root environment.
usage: fakeroot [-l|--lib fakerootlib] [-f|--faked fakedbin]
[-i file] [-s file] [-u|--unknown-is-real]
[-b|--fd-base fd] [-h|--help] [-v|--version]
[--] [command]
it works by changing it to
fakeroot "make-kpkg --initrd kernel_image kernel_headers modules_image"
Hi,
Not sure why it doesn't fail on my environment, maybe I have a too old|recent fakeroot version, anyway it now passes make-kpkg into ", 35809d5 , cheers
For me fakeroot "make-kpkg --initrd kernel_image kernel_headers modules_image" doesn't work, but fakeroot make-kpkg --initrd kernel_image kernel_headers modules_image worked. I'm using Ubuntu 13.10. I add the option -j5 for compile with dual core i7 cpu.