Merge pull request #299 from jodh-intel/doc-fixes

docs: Fix spelling and formatting
This commit is contained in:
GabyCT 2019-05-27 10:59:02 -05:00 committed by GitHub
commit 148b6d7485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -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/).

View File

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

View File

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