将磁盘映像还原(复制)到卷上. 命令名称是 Apple Software Restore 的缩写.
sudo asr restore --source {{映像名}}.dmg --target {{卷路径}}
sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --erase
sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --noverify
sudo asr restore --source {{卷路径}} --target {{复制卷路径}}