From fec6ff6d4d4224ef5e6e02b8ab7dffeb05d8b4ee Mon Sep 17 00:00:00 2001 From: zwyang Date: Thu, 30 Oct 2025 08:51:11 +0000 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zwyang --- .../releasenotes/os_installation.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/zh/server/quickstart/releasenotes/os_installation.md b/docs/zh/server/quickstart/releasenotes/os_installation.md index 0bda5e7..86de0b1 100644 --- a/docs/zh/server/quickstart/releasenotes/os_installation.md +++ b/docs/zh/server/quickstart/releasenotes/os_installation.md @@ -14,57 +14,57 @@ openEuler发布件包括[ISO发布包](https://www.openeuler.org/zh/download/arc -

openEuler-25.03-aarch64-dvd.iso

+

openEuler-25.09-aarch64-dvd.iso

AArch64架构的基础安装ISO,包含了运行最小系统的核心组件

-

openEuler-25.03-everything-aarch64-dvd.iso

+

openEuler-25.09-everything-aarch64-dvd.iso

AArch64架构的全量安装ISO,包含了运行完整系统所需的全部组件

-

openEuler-25.03-everything-debug-aarch64-dvd.iso

+

openEuler-25.09-everything-debug-aarch64-dvd.iso

AArch64架构下openEuler的调试ISO,包含了调试所需的符号表信息

-

openEuler-25.03-x86_64-dvd.iso

+

openEuler-25.09-x86_64-dvd.iso

x86_64架构的基础安装ISO,包含了运行最小系统的核心组件

-

openEuler-25.03-everything-x86_64-dvd.iso

+

openEuler-25.09-everything-x86_64-dvd.iso

x86_64架构的全量安装ISO,包含了运行完整系统所需的全部组件

-

openEuler-25.03-everything-debuginfo-x86_64-dvd.iso

+

openEuler-25.09-everything-debuginfo-x86_64-dvd.iso

x86_64架构下openEuler的调试ISO,包含了调试所需的符号表信息

-

openEuler-25.03-source-dvd.iso

+

openEuler-25.09-source-dvd.iso

openEuler源码ISO

-

openEuler-25.03-edge-aarch64-dvd.iso

+

openEuler-25.09-edge-aarch64-dvd.iso

AArch64架构的边缘ISO,包含了运行最小系统的核心组件

-

openEuler-25.03-edge-x86_64-dvd.iso

+

openEuler-25.09-edge-x86_64-dvd.iso

x86_64架构的边缘ISO,包含了运行最小系统的核心组件

-

openEuler-25.03-Desktop-aarch64-dvd.iso

+

openEuler-25.09-Desktop-aarch64-dvd.iso

AArch64架构的开发者桌面ISO,包含了运行开发桌面的最小软件集合

-

openEuler-25.03-Desktop-x86_64-dvd.iso

+

openEuler-25.09-Desktop-x86_64-dvd.iso

x86_64架构的开发者桌面ISO,包含了运行开发桌面的最小软件集合

@@ -82,12 +82,12 @@ openEuler发布件包括[ISO发布包](https://www.openeuler.org/zh/download/arc -

openEuler-25.03-aarch64.qcow2.xz

+

openEuler-25.09-aarch64.qcow2.xz

AArch64架构下openEuler虚拟机镜像

-

openEuler-25.03-x86_64.qcow2.xz

+

openEuler-25.09-x86_64.qcow2.xz

x86_64架构下openEuler虚拟机镜像

@@ -125,10 +125,10 @@ openEuler发布件包括[ISO发布包](https://www.openeuler.org/zh/download/arc | 名称 | 描述 | | -------------------------------------- | ------------------------------- | | arm64/aarch64-std/zImage | AArch64架构下支持qemu的内核镜像 | -| arm64/aarch64-std/\*toolchain-25.03.sh | AArch64架构下对应的开发编译链 | +| arm64/aarch64-std/\*toolchain-25.09.sh | AArch64架构下对应的开发编译链 | | arm64/aarch64-std/\*rootfs.cpio.gz | AArch64架构下支持qemu的文件系统 | | arm32/arm-std/zImage | Arm架构下支持qemu的内核镜像 | -| arm32/arm-std/\*toolchain-25.03.sh | Arm架构下对应的开发编译链 | +| arm32/arm-std/\*toolchain-25.09.sh | Arm架构下对应的开发编译链 | | arm32/arm-std/\*rootfs.cpio.gz | Arm架构下支持qemu的文件系统 | | source-list/manifest.xml | 构建使用的源码清单 | @@ -202,7 +202,7 @@ openEuler发布件包括[ISO发布包](https://www.openeuler.org/zh/download/arc ## 最小硬件要求 -安装 openEuler 25.03 所需的最小硬件要求如[表6](#zh-cn_topic_0182825778_tff48b99c9bf24b84bb602c53229e2541)所示。 +安装 openEuler 25.09 所需的最小硬件要求如[表6](#zh-cn_topic_0182825778_tff48b99c9bf24b84bb602c53229e2541)所示。 **表 6** 最小硬件要求 -- Gitee