I compile and install my own kernel (mostly because my hardware isn't supported yet, so I add my product IDs).
How can I package that compiled kernel neatly into a nice package so I can unpack it and install it on another machine? I need this because the other machine also needs custom hardware IDs and is much slower for compilation that my 8-core laptop.
I glanced at the release(7) manpage, but I'm not sure that is what I need even? Is there like a simple make target to create a package that will just simply replicate what
How can I package that compiled kernel neatly into a nice package so I can unpack it and install it on another machine? I need this because the other machine also needs custom hardware IDs and is much slower for compilation that my 8-core laptop.
I glanced at the release(7) manpage, but I'm not sure that is what I need even? Is there like a simple make target to create a package that will just simply replicate what
make installkernel does on the machine where it's compiled? I don't think we'd need a .pkg for this, or ...?