From e39b5b11edb1e3e5cc59f3555e6ac8b15a1b3561 Mon Sep 17 00:00:00 2001 From: Chunyu Guo <2407879320@qq.com> Date: Thu, 7 Apr 2022 14:34:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/docs/thirdparty=5Fmigration/x2?= =?UTF-8?q?openEuleruseguide.md.=20-=20=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E2=80=9C=E5=85=8D=E8=B4=A3=E5=A3=B0=E6=98=8E=E2=80=9D=20?= =?UTF-8?q?=E9=83=A8=E5=88=86=E4=B8=AD=20=E5=86=85=E5=AE=B9=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82=20-=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=BB=8E=E7=A4=BE=E5=8C=BA=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=AE=89=E8=A3=85=E5=8C=85=E5=8F=8A=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=AE=89=E8=A3=85=E5=8C=85=E7=9A=84=E8=B6=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/docs/thirdparty_migration/x2openEuleruseguide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/zh/docs/thirdparty_migration/x2openEuleruseguide.md b/docs/zh/docs/thirdparty_migration/x2openEuleruseguide.md index 4cfc6a23a..ee05468ff 100644 --- a/docs/zh/docs/thirdparty_migration/x2openEuleruseguide.md +++ b/docs/zh/docs/thirdparty_migration/x2openEuleruseguide.md @@ -226,6 +226,7 @@ >- /usr/sbin/dmidecode -t bios -t system -t baseboard -t chassis -t processor -t memory -t cache -t connector -t slot >- /usr/sbin/dmidecode -s system-product-name >- /bin/cat /boot/efi/EFI/centos/grub.cfg +> >工具会分析系统信息,收集系统配置项,用于进行配置分析。对应的文件配置如下: >- /boot/grub2/grub.cfg >- /etc/default/grub @@ -577,7 +578,7 @@ x2openEuler自动安装的依赖组件如[表5](#table134317232714)所示。

x2openEuler软件安装包

- + @@ -794,7 +795,7 @@ x2openEuler自动安装的依赖组件如[表5](#table134317232714)所示。 在Visual Studio Code扩展菜单中搜索“x2openEuler”,单击“安装”。(或在Visual Studio Code应用商店中安装)。 - 在oepkgs社区网站下载x2openEuler扩展安装包进行安装。 - 1. 在[oepkgs社区](https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/x2openEuler/noarch/)下载x2openEuler扩展安装包。 + 1. 在[oepkgs社区](https://repo.oepkgs.net/openEuler/rpm/openEuler-20.03-LTS-SP1/contrib/x2openEuler/)下载x2openEuler扩展安装包。 2. 打开本地PC上的Visual Studio Code,在左侧菜单栏中单击扩展图标。 3. 在更多选项中单击“从VSIX安装...”,选择已下载的x2openEuler扩展安装包,单击“安装”。 -- Gitee