From 55ac5697286f2d3a3685666c6043132b9ba55b66 Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 28 Jul 2021 17:22:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20U=E7=9B=98=E5=88=B6=E4=BD=9C=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=97=B6=EF=BC=8C=E5=BB=BA=E8=AE=AE=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E6=AD=A5=E5=A2=9E=E5=8A=A0sync=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liugang --- ...05\346\226\271\345\274\217\344\273\213\347\273\215.md" | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git "a/docs/zh/docs/Installation/\345\256\211\350\243\205\346\226\271\345\274\217\344\273\213\347\273\215.md" "b/docs/zh/docs/Installation/\345\256\211\350\243\205\346\226\271\345\274\217\344\273\213\347\273\215.md" index 15395a687..16c75ec93 100644 --- "a/docs/zh/docs/Installation/\345\256\211\350\243\205\346\226\271\345\274\217\344\273\213\347\273\215.md" +++ "b/docs/zh/docs/Installation/\345\256\211\350\243\205\346\226\271\345\274\217\344\273\213\347\273\215.md" @@ -105,7 +105,13 @@ 5. 等待镜像写入完成,拔掉USB盘。 - 镜像写入过程中不会有进度显示,当\#号再次出现时,表明写入完成。退出root账户,拔掉USB盘。此时,您可以使用该USB盘作为系统的安装源。 + 镜像写入过程中不会有进度显示,当\#号再次出现时,执行如下命令将数据同步写入磁盘。退出root账户,拔掉USB盘。此时,您可以使用该USB盘作为系统的安装源。 + + ```bash + # sync + ``` + + ### 启动安装 -- Gitee