From 7126b427b7388cc3b9ec3765288b72d1da567a80 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Mon, 7 Oct 2024 10:26:14 -0600 Subject: [PATCH] Update docs/content/en/docs/getting-started/baremetal/bare-spec.md Co-authored-by: Chris Negus --- docs/content/en/docs/getting-started/baremetal/bare-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/baremetal/bare-spec.md b/docs/content/en/docs/getting-started/baremetal/bare-spec.md index 12a39e9000ea..0051f2e02246 100644 --- a/docs/content/en/docs/getting-started/baremetal/bare-spec.md +++ b/docs/content/en/docs/getting-started/baremetal/bare-spec.md @@ -576,7 +576,7 @@ The following describes the embedded Action images that are available in HookOS `127.0.0.1/embedded/cexec` -The `cexec` Action performs execution either within a chroot environment or within the HookOS filesystem. The primary use-case is being able to provision files/an Operating System to disk and then being able to execute something that resides within that filesystem. +The `cexec` Action executes either within a chroot environment or within the HookOS filesystem. The primary use case is to provision files and an Operating System to disk, and then execute something that resides within that filesystem. All options can be set either via environment variables or CLI flags. CLI flags take precedence over environment variables, which take precedence over default values.