Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit b43af4e

Browse files
committed
update the kernel path in the docs
Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 26a9c72 commit b43af4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ git clone https://github.com/hyperhq/hyperstart.git
6666
$ cd hyperstart
6767
$ ./autogen.sh ;./configure ;make
6868
$ mkdir /var/lib/hyper/
69-
$ cp build/hyper-initrd.img build/kernel /var/lib/hyper
69+
$ cp build/hyper-initrd.img build/arch/x86_64/kernel /var/lib/hyper
7070
```
7171

7272
#### Creating an OCI Bundle

docs/configure-runv-with-containerd-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ git clone https://github.com/hyperhq/hyperstart.git
1515
$ cd hyperstart
1616
$ ./autogen.sh ;./configure ;make
1717
$ mkdir /var/lib/hyper/
18-
$ cp build/hyper-initrd.img build/kernel /var/lib/hyper
18+
$ cp build/hyper-initrd.img build/arch/x86_64/kernel /var/lib/hyper
1919
```
2020

2121
### Install runv

0 commit comments

Comments
 (0)