From 1547e658004b6a05c9479ee2ca86cbcb5ad9ceee Mon Sep 17 00:00:00 2001 From: cjbzl Date: Mon, 11 Aug 2025 06:38:58 +0000 Subject: [PATCH] Specifications and Common Mistakes:Misspellings or punctuation mistakes;Incorrect links, empty cells, or wrong formats;Chinese characters in English context;Minor inconsistencies between the UI and descriptions;Low writing fluency that does not affect understanding;Incorrect version numbers, including software package names and version numbers on the UI. Signed-off-by: cjbzl --- docs/en/docs/Installation/installation-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/Installation/installation-modes.md b/docs/en/docs/Installation/installation-modes.md index 307605143..5563a81b4 100644 --- a/docs/en/docs/Installation/installation-modes.md +++ b/docs/en/docs/Installation/installation-modes.md @@ -108,7 +108,7 @@ For example, if the ISO image file name is **/home/testuser/Downloads/openEuler dd if=/home/testuser/Downloads/openEuler-21.09-aarch64-dvd.iso of=/dev/sdb bs=512k ``` -1. After the image is written, safely eject and remove the USB flash drive. +5. After the image is written, safely eject and remove the USB flash drive. No progress is displayed during the image write process. When the number sign (#) appears again, run the following command to write the data to the drive. Then exit the **root** account and remove the USB flash drive. In this case, you can use the USB drive as the installation source of the system. -- Gitee