qm-start: add German translation (#8788)

pull/1/head
Braintelligence 2022-10-10 00:39:33 +02:00 committed by GitHub
parent 3b9e134450
commit 36cbf7e12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# qm start
> Starte eine virtuelle Maschine per QEMU/KVM Virtual Machine Manager.
> Weitere Informationen: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Starte eine bestimmte virtuelle Maschine:
`qm start {{100}}`
- Lege den QEMU Maschinentyp fest (etwa den zu emulierenden Prozessor):
`qm start {{100}} --machine {{q35}}`
- Starte eine bestimmte virtuelle Maschine mit einem Timeout (Zeitabschaltung) nach 60 Sekunden:
`qm start {{100}} --timeout {{60}}`