diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5a9e27d2f2..d73eb8f46e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ -## Kata Containers OSBuiler Code of Conduct +## Kata Containers osbuilder Code of Conduct Kata Containers follows the [OpenStack Foundation Code of Conduct](https://www.openstack.org/legal/community-code-of-conduct/). diff --git a/README.md b/README.md index c65ced1618..05911657a0 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ For further details, see [the tests documentation](tests/README.md). ## Platform-Distro Compatibility Matrix -| |Alpine |CentOS |ClearLinux |Debian/Ubuntu |EulerOS |Fedora |openSUSE | +| |Alpine |CentOS |Clear Linux |Debian/Ubuntu |EulerOS |Fedora |openSUSE | |-- |-- |-- |-- |-- |-- |-- |-- | |**ARM64** |:heavy_check_mark:|:heavy_check_mark:| | |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| |**PPC64le**|:heavy_check_mark:|:heavy_check_mark:| |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:| diff --git a/rootfs-builder/README.md b/rootfs-builder/README.md index 226df4ff11..861a480072 100644 --- a/rootfs-builder/README.md +++ b/rootfs-builder/README.md @@ -1,14 +1,15 @@ * [Supported base OSs](#supported-base-oss) +* [Rootfs requirements](#rootfs-requirements) * [Creating a rootfs](#creating-a-rootfs) * [Creating a rootfs with kernel modules](#creating-a-rootfs-with-kernel-modules) -* [Build a rootfs using Docker*](#build-a-rootfs-using-docker) +* [Build a rootfs using Docker](#build-a-rootfs-using-docker) * [Adding support for a new guest OS](#adding-support-for-a-new-guest-os) * [Create template files](#create-template-files) * [Modify template files](#modify-template-files) * [Expected rootfs directory content](#expected-rootfs-directory-content) * [Optional - Customise the rootfs](#optional---customise-the-rootfs) * [Adding extra packages](#adding-extra-packages) - * [Arbitary rootfs changes](#arbitary-rootfs-changes) + * [Arbitrary rootfs changes](#arbitrary-rootfs-changes) # Building a Guest OS rootfs for Kata Containers @@ -186,7 +187,7 @@ To add additional packages, use one of the following methods: configuration file must use the package names from the distro for which they were created. -#### Arbitary rootfs changes +#### Arbitrary rootfs changes Once the rootfs directory is created, you can add and remove files as needed. Changes affect the files included in the final guest image.