mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
Merge pull request #186 from nitkon/master
dev-guide: Mention distro support for ppc64le for rootfs creation
This commit is contained in:
commit
c556f1853f
@ -181,6 +181,7 @@ You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora`
|
|||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
>
|
>
|
||||||
|
> - Check the [compatibility matrix](https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix) before creating rootfs.
|
||||||
> - You must ensure that the *default Docker runtime* is `runc` to make use of
|
> - You must ensure that the *default Docker runtime* is `runc` to make use of
|
||||||
> the `USE_DOCKER` variable. If that is not the case, remove the variable
|
> the `USE_DOCKER` variable. If that is not the case, remove the variable
|
||||||
> from the previous command. See [Checking Docker default runtime](#checking-docker-default-runtime).
|
> from the previous command. See [Checking Docker default runtime](#checking-docker-default-runtime).
|
||||||
@ -237,6 +238,10 @@ always set `AGENT_INIT` to `yes`.
|
|||||||
|
|
||||||
You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora` for `${distro}`.
|
You MUST choose one of `alpine`, `centos`, `clearlinux`, `euleros`, and `fedora` for `${distro}`.
|
||||||
|
|
||||||
|
> **Note:**
|
||||||
|
>
|
||||||
|
> - Check the [compatibility matrix](https://github.com/kata-containers/osbuilder#platform-distro-compatibility-matrix) before creating rootfs.
|
||||||
|
|
||||||
Optionally, add your custom agent binary to the rootfs with the following:
|
Optionally, add your custom agent binary to the rootfs with the following:
|
||||||
```
|
```
|
||||||
$ sudo install -o root -g root -m 0550 -T ../../agent/kata-agent ${ROOTFS_DIR}/sbin/init
|
$ sudo install -o root -g root -m 0550 -T ../../agent/kata-agent ${ROOTFS_DIR}/sbin/init
|
||||||
|
Loading…
Reference in New Issue
Block a user