From c97ab491a6a42fd8a4e14af7204b294e6614284c Mon Sep 17 00:00:00 2001 From: lanlanbenming Date: Thu, 20 Jan 2022 02:46:19 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20docs/zh/docs/Installation/?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=96=B9=E5=BC=8F=E4=BB=8B=E7=BB=8D.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...243\205\346\226\271\345\274\217\344\273\213\347\273\215.md" | 3 +++ 1 file changed, 3 insertions(+) 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 4e8770d34..27a14a109 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" @@ -103,6 +103,9 @@ # dd if=/home/testuser/Downloads/openEuler-20.03-LTS-SP3-aarch64-dvd.iso of=/dev/sdb bs=512k ``` +>![](./public_sys-resources/icon-note.gif) **说明:** +>如isolinux描述,由mkisofs命令创建的ISO 9660 文件系统会通过BIOS固件启动,但只能从CD、DVD和BD等介质启动。所以在使用dd命令制作x86的启动U盘前需要使用 isohybrid -u your.iso 对iso进行处理,然后正常使用dd命令将iso写入u盘即可。(该问题仅影响X86)。 + 5. 等待镜像写入完成,拔掉USB盘。 镜像写入过程中不会有进度显示,当\#号再次出现时,执行如下命令将数据同步写入磁盘。退出root账户,拔掉USB盘。此时,您可以使用该USB盘作为系统的安装源。 -- Gitee From 7c2e23c3ffb657d5f97aacb18d9c2b661338ded1 Mon Sep 17 00:00:00 2001 From: lanlanbenming Date: Thu, 20 Jan 2022 08:52:53 +0000 Subject: [PATCH 2/3] =?UTF-8?q?update=20docs/zh/docs/Releasenotes/?= =?UTF-8?q?=E6=B3=95=E5=BE=8B=E5=A3=B0=E6=98=8E.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\263\225\345\276\213\345\243\260\346\230\216.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" "b/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" index 1ebe5f5db..db3e4ee2d 100644 --- "a/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" +++ "b/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" @@ -1,12 +1,12 @@ # 法律声明 -**版权所有 © 2021 openEuler 社区。** +**版权所有 © 2022 openEuler 社区。** 您对“本文档”的复制、使用、修改及分发受知识共享\(Creative Commons\)署名—相同方式共享4.0国际公共许可协议\(以下简称“CC BY-SA 4.0”\)的约束。为了方便用户理解,您可以通过访问[https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/) 了解CC BY-SA 4.0的概要 \(但不是替代\)。CC BY-SA 4.0的完整协议内容您可以访问如下网址获取:[https://creativecommons.org/licenses/by-sa/4.0/legalcode](https://creativecommons.org/licenses/by-sa/4.0/legalcode)。 **商标声明** -openEuler为华为技术有限公司的商标。本文档提及的其他所有商标或注册商标,由各自的所有人拥有。 +openEuler为openEuler社区的商标。本文档提及的其他所有商标或注册商标,由各自的所有人拥有。对openEuler商标的使用,应当遵从openEuler品牌使用规范。openEuler品牌使用规范详情请参照:[https://www.openeuler.org/zh/other/brand/](https://www.openeuler.org/zh/other/brand/)。 **免责声明** -- Gitee From 577fd58e59b66b05d423241c53cda7d0bc809226 Mon Sep 17 00:00:00 2001 From: lanlanbenming Date: Fri, 21 Jan 2022 01:23:42 +0000 Subject: [PATCH 3/3] =?UTF-8?q?update=20docs/zh/docs/Releasenotes/?= =?UTF-8?q?=E6=B3=95=E5=BE=8B=E5=A3=B0=E6=98=8E.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\263\225\345\276\213\345\243\260\346\230\216.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" "b/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" index db3e4ee2d..7151b974b 100644 --- "a/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" +++ "b/docs/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" @@ -6,7 +6,7 @@ **商标声明** -openEuler为openEuler社区的商标。本文档提及的其他所有商标或注册商标,由各自的所有人拥有。对openEuler商标的使用,应当遵从openEuler品牌使用规范。openEuler品牌使用规范详情请参照:[https://www.openeuler.org/zh/other/brand/](https://www.openeuler.org/zh/other/brand/)。 +对openEuler商标的使用,应当遵从[openEuler品牌使用规范](https://www.openeuler.org/zh/other/brand/)。 **免责声明** -- Gitee