From: Kristian Klausen Date: Sun, 14 Apr 2024 14:41:08 +0000 (+0200) Subject: vmspawn: Fix incorrect/broken links in the man page X-Git-Tag: v256-rc1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254e1aa7079c132ea12eb622cdfc26281ec93699;p=thirdparty%2Fsystemd.git vmspawn: Fix incorrect/broken links in the man page --- diff --git a/man/systemd-vmspawn.xml b/man/systemd-vmspawn.xml index da3ac84a402..755040c1cb4 100644 --- a/man/systemd-vmspawn.xml +++ b/man/systemd-vmspawn.xml @@ -31,8 +31,8 @@ Description - systemd-vmspawn may be used to start a virtual machine from an OS image. In many ways it is similar to systemd-nspawn1, but + systemd-vmspawn may be used to start a virtual machine from an OS image. In many ways it is similar to + systemd-nspawn1, but launches a full virtual machine instead of using namespaces. File descriptors for /dev/kvm and /dev/vhost-vsock can be @@ -165,10 +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 the option 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 + If yes is specified swtpm8 + is always used, and vice versa if no is set swtpm 8 is never used. Note: the virtual TPM used may change in future. @@ -330,10 +330,10 @@ UID_SHIFT[:UID_RANGE] Controls user namespacing under . - 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). + If enabled, virtiofsd 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). If one or two colon-separated numbers are specified, user namespacing is turned on. UID_SHIFT specifies the first host UID/GID to map, UID_RANGE is optional and specifies number of host @@ -413,7 +413,7 @@ TYPE Configures the type of SSH key to generate, see - ssh-keygen1 + ssh-keygen1 for more information. By default ed25519 keys are generated, however rsa keys @@ -521,7 +521,7 @@ $ systemd-vmspawn --image=image.raw See Also systemd1 - mkosi1 + mkosi1 machinectl1 importctl1