mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
branch: change 2.0-dev to main
Change all mentioning of 2.0-dev to main so that we can rename the default branch to main. Fixes: #1310 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -127,9 +127,9 @@ configuration.
|
||||
Example:
|
||||
|
||||
```bash
|
||||
# From https://github.com/kata-containers/kata-containers/blob/2.0-dev/versions.yaml
|
||||
# From https://github.com/kata-containers/kata-containers/blob/main/versions.yaml
|
||||
$ kernel_version_in_versions_file=5.4.60
|
||||
# From https://github.com/kata-containers/kata-containers/blob/2.0-dev/tools/packaging/kernel/kata_config_version
|
||||
# From https://github.com/kata-containers/kata-containers/blob/main/tools/packaging/kernel/kata_config_version
|
||||
$ kata_config_version=83
|
||||
$ latest_kernel_version=${kernel_version_in_versions_file}-${kata_config_version}
|
||||
```
|
||||
|
Reference in New Issue
Block a user