1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:22:08 +02:00

qm-create: add German translation (#8789)

This commit is contained in:
Braintelligence 2022-10-10 00:37:31 +02:00 committed by GitHub
parent d37879cb3e
commit ae6a87539f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# qm create
> Erzeugung einer virtuellen Maschine per QEMU/KVM Virtual Machine Manager.
> Weitere Informationen: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Erzeuge eine virtuelle Maschine:
`qm create {{100}}`
- Erzeuge eine virtuelle Maschine und starte sie unmittelbar danach im Anschluss:
`qm create {{100}} --start 1`
- Lege den Typ des Betriebssystems auf der virtuellen Maschine fest:
`qm create {{100}} --ostype {{win10}}`
- Ersetze eine bestehende virtuelle Maschine (setzt deren Archivierung voraus):
`qm create {{100}} --archive {{pfad/zu/backup_file.tar}} --force 1`
- Lege ein Skript fest, welches automatisch abhängig vom Zustand der virtuellen Maschine ausgelöst werden soll:
`qm create {{100}} --hookscript {{pfad/zu/script.pl}}`