pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -6,15 +6,15 @@
- 将磁盘映像复制到目标卷:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}}`
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}}`
- 在复制之前擦除目标卷:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --erase`
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}} --erase`
- 恢复后跳过验证步骤:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --noverify`
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}} --noverify`
- 不使用中间磁盘映像直接复制卷中的数据: