From 2a0ff0bec3bdfcd23909b0943a424fc822698ed9 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Wed, 2 Dec 2020 13:48:49 -0500 Subject: [PATCH] osbuilder: Add "Agent init" on terms glossary Include on the terms glossary some words about the agent init as later on README its explain how the agent can be switched between systemd and init. Signed-off-by: Wainer dos Santos Moschetta --- tools/osbuilder/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/osbuilder/README.md b/tools/osbuilder/README.md index 783a535a4..b6f9bd161 100644 --- a/tools/osbuilder/README.md +++ b/tools/osbuilder/README.md @@ -65,6 +65,13 @@ This section describes the terms used for all documentation in this repository. A guest OS build method where the building host is used as the Base OS. For more information refer to the [dracut homepage](https://dracut.wiki.kernel.org/index.php/Main_Page). +- Agent init + + The Guest OS should have the Kata Containers agent started on boot time. + + That is achieved by using a system manager (for example, systemd) which + will evoke the agent binary; or having the agent itself as the init process. + ## Building The top-level `Makefile` contains an example of how to use the available components.