Install Linux kernel to another machine: deb package method
1. Build deb packages: $ make -j16 deb-pkg This will create (up to) 5 deb packages in parent directory. 2. Copy deb packages to another machine 3. Install the packages:…
Continue Reading
Install Linux kernel to another machine: deb package method