mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:42:07 +02:00
qm-create: add German translation (#8789)
This commit is contained in:
parent
d37879cb3e
commit
ae6a87539f
1 changed files with 24 additions and 0 deletions
24
pages.de/linux/qm-create.md
Normal file
24
pages.de/linux/qm-create.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue