Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-08 00:22:33 +00:00
parent a5c67e91ea
commit 30f33b22c9
20 changed files with 79 additions and 24 deletions

View File

@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
# virt-xml
> Edit libvirt Domain XML files with explicit command-line options.
> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`).
> Note: 'domain' refers to the name, UUID or ID for the existing VMs.
> See also: `virsh`.
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
- List all the suboptions for a specific option:
@@ -29,6 +30,6 @@ source: https://github.com/tldr-pages/tldr.git
`virt-xml {{domain}} --edit --boot bootmenu={{on|off}}`
- Attach host USB hub to a running VM (See: `tldr lsusb`):
- Attach host USB hub to a running VM (run `lsusb` to see a list of USB devices with their IDs):
`virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`