Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> --- man/virt-install.pod | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/man/virt-install.pod b/man/virt-install.pod index a12df168..f492318a 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -142,9 +142,30 @@ Use --resource=? to see a list of all available sub options. Complete details at =item B<--sysinfo> OPT=VAL,[...] -Configure sysinfo/SMBIOS values exposed to the guest OS. '--sysinfo host' can be used to expose the host's SMBIOS info to the VM, otherwise values can be manually specified. +Configure sysinfo/SMBIOS values exposed to the VM OS. -Use --sysinfo=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsSysinfo> +Some examples: + +=over 4 + +=item B<--sysinfo host> + +Special type that exposes the host's SMBIOS info into the VM. + +=item B<--sysinfo emulate> + +Sepcial type where hypervisor will generate SMBIOS info into the VM. + +=item B<--sysinfo bios.vendor=custom> or B<--sysinfo smbios,bios.vendor=custom> + +The default type is B<smbios> and allows users to specify SMBIOS info manually. + +=back + +Use --sysinfo=? to see a list of all available sub options. + +Complete details at L<https://libvirt.org/formatdomain.html#elementsSysinfo> +and L<https://libvirt.org/formatdomain.html#elementsOSBIOS> for B<smbios> XML element. =item B<--qemu-commandline> ARGS -- 2.21.0 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list