You are not logged in.
Hi!,
I'm testing a custom kernel for an old laptop with Arch, and due to its slow processor I've decided to use a server with Ubuntu to compile it. After download the kernel sources and use a custom .config file, I've compiled the kernel but now I'm not sure how I can use this kernel with the Arch laptop's distro. It is possible to use this compiled kernel with a PKBUILD file to generate an Arch package?, Exist other way?
thanks!
Offline
You could make a PKGBUILD which would be useful if you plan on updating this custom kernel by recompiling when there are kernel updates. This might make the process easier to repeat, but not by much.
As long as the kernel was compiled properly though, you could just copy it over to your boot partition, give it an entry in your boot loader (e.g. grub's menu.lst), and run mkinitcpio for it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline