mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
README: update guest kernel version to ch-6.16.9
The guest kernel build instructions in the README referenced the ch-6.12.8 branch, which was inconsistent with the version used by the test scripts (scripts/test-util.sh uses ch-6.16.9). Update the README to point at ch-6.16.9 so documentation and CI stay in sync. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
829676e640
commit
724ed2a4f2
@@ -203,7 +203,7 @@ To build the kernel:
|
||||
|
||||
```shell
|
||||
# Clone the Cloud Hypervisor Linux branch
|
||||
$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.12.8 linux-cloud-hypervisor
|
||||
$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.16.9 linux-cloud-hypervisor
|
||||
$ pushd linux-cloud-hypervisor
|
||||
$ make ch_defconfig
|
||||
# Do native build of the x86-64 kernel
|
||||
|
||||
Reference in New Issue
Block a user