docs(pvm-deploy): add OpenCloudOS 9 yum one-click install shortcut#213
Conversation
|
Claude finished @caoqianyun's task in 2m 27s —— View job PR Review: docs(pvm-deploy): add OpenCloudOS 9 yum one-click install shortcut
DCO Check: Missing
|
| > Cube PVM 宿主机内核包已上架 OpenCloudOS 官方 yum 仓库,无需手动下载 rpm, dnf install 一行命令可实现直装,整体部署只需 5 条命令。 | ||
| > 👉 [在 OpenCloudOS 9 上一键部署 CubeSandbox 实测](https://mp.weixin.qq.com/s/oGAaUpze_uB_uzyvuYJSIg) |
There was a problem hiding this comment.
Minor spacing inconsistency: there's a space after the Chinese comma , before dnf install, but the rest of the document doesn't use this pattern (e.g., line 43: "可获得最佳兼容性,且无需"). Consider removing the extra space for consistency.
Also note: "yum 仓库" vs "dnf install" — on OpenCloudOS 9, dnf is the package manager. The repo is commonly called a "yum repo" colloquially so this is acceptable, but you could use "dnf/yum 仓库" or just "软件仓库" for precision.
add a guide for rapid deployment on OpenCloudOS 9 Signed-off-by: caoqianyun <594833623@qq.com>
60c180a to
1d47dec
Compare

What
Adds a "Quick path for OpenCloudOS 9 users" callout to the PVM deployment guide,
linking to the OpenCloudOS WeChat article that walks through the 5-command
deployment flow.
Why
The OpenCloudOS extras repo now ships
kernel-6.6.69-1.1.cubesandbox.oc9andrelated kernel packages. OpenCloudOS 9 users can
dnf installdirectly andskip the legacy flow of "download release → rpm -ivh → grubby --info=ALL to
find the index". Surfacing this shortcut at the top of the PVM doc noticeably
improves the first-run experience for the (officially recommended)
OpenCloudOS 9 audience.
Verified
dnf installresolves dependencies automatically (kernel-core /kernel-modules pulled in together)
CUBE_PVM_ENABLE=1,/dev/kvmavailable, and thekvm_pvmmodule loaded successfullyid deployment on OpenCloudOS 9