Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/new_dev' into new_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 29, 2025
2 parents 8902b2b + b72023a commit 095d6d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sapi/src/library_builder/virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ https://mirrors.tuna.tsinghua.edu.cn/virtualbox/7.1.4/
从 VirtualBox 列表中获取的正确名称
VBoxManage list vms
# VBoxManage modifyvm "VM_NAME" --nested-hw-virt on
VBoxManage modifyvm ""pve"" --nested-hw-virt on
VBoxManage modifyvm "pve" --nested-hw-virt on
VBoxManage showvminfo "pve"


## 检查CPU是否支持虚拟化。使用命令

Expand Down

0 comments on commit 095d6d2

Please sign in to comment.