Merge pull request #159 from nitkon/patch-1

developer-guide: use the correct kernel config file name
This commit is contained in:
Graham Whaley 2018-06-15 13:53:19 +01:00 committed by GitHub
commit bf68be0c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"