From dae32b1a2acf5a81ff8fdab4a23b7c11ac8d006a Mon Sep 17 00:00:00 2001 From: Sam Leonard Date: Fri, 19 Apr 2024 16:26:06 +0100 Subject: [PATCH] man: removely overly verbose wording from the vmspawn man page --- man/systemd-vmspawn.xml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/man/systemd-vmspawn.xml b/man/systemd-vmspawn.xml index 1177ce9143..ae6a38d49e 100644 --- a/man/systemd-vmspawn.xml +++ b/man/systemd-vmspawn.xml @@ -111,7 +111,7 @@ - Configures the number of CPUs to start the virtual machine with. + The number of CPUs to start the virtual machine with. Defaults to 1. @@ -121,7 +121,7 @@ - Configures the amount of memory to start the virtual machine with. + The amount of memory to start the virtual machine with. Defaults to 2G. @@ -131,7 +131,7 @@ - Configures whether to use KVM. If the option is not specified KVM support will be + If is not specified KVM support will be detected automatically. If true, KVM is always used, and if false, KVM is never used. @@ -140,13 +140,10 @@ - - Configure whether to use VSOCK networking. + If is not specified VSOCK networking support will be + detected automatically. If true, VSOCK networking is always used, and if false, VSOCK networking is never used. - If the option is not specified VSOCK support will be detected automatically. If yes is - specified VSOCK is always used, and vice versa if no is set VSOCK are never used. - - + @@ -168,12 +165,10 @@ - Configure whether to use VM with a virtual TPM or not. - - If the option is not specified vmspawn will detect the presence of + If is not specified vmspawn will detect the presence of swtpm8 and use it if available. If yes is specified swtpm8 - is always used, and vice versa if no is set swtpm + is always used, and if no is set swtpm 8 is never used. Note: the virtual TPM used may change in future. @@ -335,7 +330,9 @@ Controls user namespacing under . - If enabled, virtiofsd is instructed to map user and group ids (UIDs and GIDs). + If enabled, + virtiofsd1 + is instructed to map user and group ids (UIDs and GIDs). This involves mapping the private UIDs/GIDs used in the virtual machine (starting with the virtual machine's root user 0 and up) to a range of UIDs/GIDs on the host that are not used for other purposes (usually in the range beyond the host's UID/GID 65536). -- 2.25.1