From: Jan Kiszka <[email protected]> Reported-by: Dr. Johann Pfefferl <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- tools/jailhouse-enable.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/jailhouse-enable.8.in b/tools/jailhouse-enable.8.in index 9c06fc9f..b2c0fa3e 100644 --- a/tools/jailhouse-enable.8.in +++ b/tools/jailhouse-enable.8.in @@ -43,7 +43,7 @@ Once the jailhouse\&.ko driver is active in the kernel, Jailhouse has to be enab <sysconfig.cell> is a Jailhouse binary configuration file that describe all present hardware or the necessary hardware for the root cell to be operational\&. This binary configuration file is obtained by compiling a config file in C language format. On x86, the following command can be used to generate a C language configuration file that represent all known hardware: .sp .RS -\fIjailhouse cell create\fR <sysconfig.c> +\fIjailhouse config create\fR <sysconfig.c> .sp From this file, the system administrator can remove all hardware that should be dedicated to future cells. Simplest way to compile this file into a <sysconfig.cell> is to copy it in <path to configs/x86/ directory> and launch a build\&. .RE -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/1731c2a7-948d-7a85-1594-2e9763a1e9af%40siemens.com.
