From b001c1f6826aa91b3b5dc8483fbfbf31e69c95b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=B4=E5=9F=BA=E9=B1=BC?= Date: Fri, 16 May 2025 17:02:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20x2openEuler=E4=BF=AE=E6=AD=A3repo?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=A1=A8=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/x2openEuler/CommonOperation.md | 2 +- docs/zh/docs/x2openEuler/CommonOperation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/x2openEuler/CommonOperation.md b/docs/en/docs/x2openEuler/CommonOperation.md index bbd7c6268..240c8cf9b 100644 --- a/docs/en/docs/x2openEuler/CommonOperation.md +++ b/docs/en/docs/x2openEuler/CommonOperation.md @@ -21,7 +21,7 @@ 3. (Optional) Manage repositories. > ![](public_sys-resources/icon-notice.gif) **NOTICE** - > - Ensure that the added repositories of the target OS are supported by x2openEuler. Otherwise, the upgrade will fail. At least **everything** and **update** must be added. + > - Ensure that the added repositories of the target OS are supported by x2openEuler. Otherwise, the upgrade will fail. At least **everything**, **update**, and **EPOL** must be added. > - Modifying a repository may affect the normal running of other nodes that use the repository. Exercise caution when performing this operation. > - Deleting a repository may affect the normal running of other nodes that use the repository. Exercise caution when performing this operation. diff --git a/docs/zh/docs/x2openEuler/CommonOperation.md b/docs/zh/docs/x2openEuler/CommonOperation.md index e8d67516a..05f89f8c3 100644 --- a/docs/zh/docs/x2openEuler/CommonOperation.md +++ b/docs/zh/docs/x2openEuler/CommonOperation.md @@ -22,7 +22,7 @@ > ![](public_sys-resources/icon-notice.gif) **须知:** > - > - 请务必添加工具已支持的目标操作系统 repo 源,否则会导致升级出现异常,添加的 repo 源中最少需要包含 everything 和 update。 + > - 请务必添加工具已支持的目标操作系统 repo 源,否则会导致升级出现异常,添加的 repo 源中至少需要包含 everything, update 和 EPOL。 > - 修改 repo 源可能会导致使用该 repo 源的其他节点无法正常运行,请谨慎操作。 > - 删除 repo 源可能会导致使用该 repo 源的其他节点无法正常运行,请谨慎操作。 -- Gitee