From 3687d5ce78ba103c21de764f234c9bbd2a784d76 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 16 May 2025 08:05:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=BF=9B=E5=85=A5=E6=96=B9=E5=BC=8F=20https:?= =?UTF-8?q?//gitee.com/openeuler/docs/issues/IC8BM3=3Ffrom=3Dproject-issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sam --- .../\345\256\211\350\243\205\346\214\207\345\257\274.md" | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 1a87ebde6..7ee3f2af4 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" @@ -324,7 +324,11 @@ > - 如果当前使用物理光盘安装操作系统,且在重启过程中安装光盘没有自动弹出,请手动取出光盘,则可以直接进入openEuler命令行登录界面。 > - 如果当前使用虚拟光驱安装操作系统,则需要修改服务器的启动项为“硬盘”,然后重启服务器,则可以直接进入openEuler命令行登录界面。 -### 文本模式安装 +## 文本模式安装 +>![](./public_sys-resources/icon-note.gif) **说明:** +> +>- UEFI启动模式下,选择安装模式,按“e”进入参数编辑界面,在linux启动参数行末尾添加inst.text,按“ctrl+x”,进入文本安装。 +>- Legacy启动模式下,选择安装模式,按“Tab”进入参数编辑界面,添加启动参数inst.text,按回车键,进入文本安装。 可以通过界面提示操作键盘进行文本程序安装。如【图1】所示。 -- Gitee From 07cdb35bcdcd4c1db8d20ed547903b098d5c35bc Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 23 May 2025 07:03:07 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20docs/zh/docs/Installation/?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=8C=87=E5=AF=BC.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sam --- .../\345\256\211\350\243\205\346\214\207\345\257\274.md" | 1 + 1 file changed, 1 insertion(+) 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 7ee3f2af4..abaecbe4b 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" @@ -325,6 +325,7 @@ > - 如果当前使用虚拟光驱安装操作系统,则需要修改服务器的启动项为“硬盘”,然后重启服务器,则可以直接进入openEuler命令行登录界面。 ## 文本模式安装 + >![](./public_sys-resources/icon-note.gif) **说明:** > >- UEFI启动模式下,选择安装模式,按“e”进入参数编辑界面,在linux启动参数行末尾添加inst.text,按“ctrl+x”,进入文本安装。 -- Gitee