This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
how to build a local kernel #352
Open
Description
I am using runv and need to use my own kernel for the vm rather than the default one of hyperstart.
Then I tried to build my own kernel using hyperstart.
- run "make kernel-local" under hyperstart/build, then based on Dockerfile.x86_64, a kernel of 4.12.4 will be created
- run "make initrd-local" under hyperstart/build to create the initrd
- copy kernel and initrd to /var/lib/hyper
Is this the right way to build local kernel?