From fd39f0fa00da388d81d8c06d2e595f7a525bbf0b 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 783a535a40..b6f9bd161c 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.