mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 00:16:52 +00:00
Merge pull request #159 from nitkon/patch-1
developer-guide: use the correct kernel config file name
This commit is contained in:
commit
bf68be0c05
@ -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