From 209ab5ff68862c885f61d27307d71d622c0f272b Mon Sep 17 00:00:00 2001 From: sswuc Date: Wed, 26 Apr 2023 03:48:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/docs/Installation/=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=8C=87=E5=AF=BC.md.=20=E4=BF=AE=E6=94=B923.03?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=AE=89=E8=A3=85=E6=BA=90=E7=9A=84=E6=88=AA?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sswuc --- .../\345\256\211\350\243\205\346\214\207\345\257\274.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/docs/zh/docs/Installation/\345\256\211\350\243\205\346\214\207\345\257\274.md" "b/docs/zh/docs/Installation/\345\256\211\350\243\205\346\214\207\345\257\274.md" index 1a28649bd..df1a9a6c7 100644 --- "a/docs/zh/docs/Installation/\345\256\211\350\243\205\346\214\207\345\257\274.md" +++ "b/docs/zh/docs/Installation/\345\256\211\350\243\205\346\214\207\345\257\274.md" @@ -144,7 +144,7 @@ http 或 https 方式的安装源如下图所示。 - ![](./figures/installsource.png) + ![](https.jpg) 如果https服务器使用的是私有证书,则需要在安装引导界面按“e”进入已选选项的参数编辑界面,在参数中增加 inst.noverifyssl 参数。 @@ -155,7 +155,7 @@ ftp 方式的安装源如下图所示,输入框内容根据的 ftp 地址输入。 - ![](./figures/sourceftp.png) + ![](ftp.jpg) ftp服务器需要用户自己搭建,将openEuler-23.03-x86_64-dvd.iso镜像进行挂载,挂载出的文件拷贝到ftp的共享目录中。其中x86_64为CPU 架构,可根据实际情况使用镜像。 @@ -163,7 +163,7 @@ nfs 方式的安装源如下图所示,输入框内容根据的 nfs 地址输入。 - ![](./figures/sourcenfs.png) + ![](nfs.jpg) nfs服务器需要用户自己搭建,将openEuler-23.03-x86_64-dvd.iso镜像进行挂载,挂载出的文件拷贝到nfs的共享目录中。其中x86_64为CPU 架构,可根据实际情况使用镜像。 -- Gitee