From 9be27bf92ea394991d7dbf5d1d39c1560cbaa4cc Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 27 Apr 2021 08:49:53 +0100 Subject: [PATCH] docs: Update README.md with current supported kernel The older kernel in the documentation is no longer supported. Signed-off-by: Rob Bradford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95294e2cd..27efd079b 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ To build the kernel: # Clone the Cloud Hypervisor Linux branch $ pushd $CLOUDH -$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b virtio-fs-virtio-iommu-virtio-mem-5.6-rc4 linux-cloud-hypervisor +$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-5.12 linux-cloud-hypervisor $ pushd linux-cloud-hypervisor # Use the cloud-hypervisor kernel config to build your kernel