mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
docs: Fix spelling and formatting
Correct spelling mistakes and resolve formatting issues. Fixes: #298. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
67b66c4d95
commit
14534717c7
@ -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/).
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user