mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
developer-guide: use the correct kernel config file name
kernel_arch was being set to amd64 instead of x86_64 on intel. The kernel config file name starts with x86_64 and hence this needs to be fixed. Fixes: #158 Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
parent
a0a0a7b4ac
commit
90c4d75c6c
@ -267,7 +267,7 @@ will not be able to build the kernel from sources.
|
||||
```
|
||||
$ go get github.com/kata-containers/tests
|
||||
$ cd $GOPATH/src/github.com/kata-containers/tests/.ci
|
||||
$ kernel_arch="$(./kata-arch.sh --golang)"
|
||||
$ kernel_arch="$(./kata-arch.sh)"
|
||||
$ kernel_dir="$(./kata-arch.sh --kernel)"
|
||||
$ tmpdir="$(mktemp -d)"
|
||||
$ pushd "$tmpdir"
|
||||
|
Loading…
Reference in New Issue
Block a user