fastmod, gnmic-subscribe, renice, s3cmd, virt-install, toolbox-init-container: fix typo (#8761)

This commit is contained in:
Bernd Stellwag
2022-10-07 05:30:15 +02:00
committed by GitHub
parent 3ccf5b733e
commit fd5e4827e2
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
`virt-install --name {{vm_name}} --memory {{512}} --disk {{none}} --controller {{type=usb,model=none}} --sound {{none}} --autoconsole {{none}} --install {{no_install=yes}} --cdrom {{path/to/tails.iso}}`
- Create a virtual machine with with 16 GiB RAM, 250 GiB storage, 8 cores with hyperthreading, a specific CPU topology, and a CPU model that shares most features with the host CPU:
- Create a virtual machine with 16 GiB RAM, 250 GiB storage, 8 cores with hyperthreading, a specific CPU topology, and a CPU model that shares most features with the host CPU:
`virt-install --name {{vm_name}} --cpu {{host-model}},topology.sockets={{1}},topology.cores={{4}},topology.threads={{2}} --memory {{16384}} --disk path={{path/to/image.qcow2}},size={{250}} --cdrom {{path/to/debian.iso}}`