add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# qm cloud init
> 配置由 Proxmox 虚拟环境 (PVE) 管理的虚拟机的 cloudinit 设置。
> 更多信息:<https://pve.proxmox.com/pve-docs/qm.1.html>。
- 为特定用户配置 cloudinit 设置并设置用户密码:
`qm cloud-init {{vm_id}} -user={{user}} -password={{password}}`
- 为特定用户配置 cloudinit 设置并使用特定的 SSH 密钥设置用户密码:
`qm cloud-init {{vm_id}} -user={{user}} -password={{password}} -sshkey={{ssh_key}}`
- 为特定虚拟机设置主机名:
`qm cloud-init {{vm_id}} -hostname={{hostname}}`
- 为特定虚拟机配置网络接口设置:
`qm cloud-init {{vm_id}} -ipconfig {{ipconfig}}`
- 配置在虚拟机上运行 `cloud-init` 之前执行的 shell 脚本:
`qm cloud-init {{vm_id}} -pre {{script}}`