diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index 995decb..e3a2a9f 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -4,17 +4,17 @@ PVE 系统正式安装之前,需要准备 PVE 的安装镜像和一些必要 ### 0.1. PVE 镜像下载 -PVE 下载地址:https://www.proxmox.com/en/downloads +PVE 下载地址:[Proxmox Virtual Environment](https://www.proxmox.com/en/downloads/proxmox-virtual-environment) -页面中可能有多个 PVE 的安装 ISO ,可以根据需要进行选择,目前以最新的 `Proxmox VE 8.0 ISO` 作为演示。 +页面中有多个 PVE 相关文件,本文以目前最新的 `Proxmox VE 8.0 ISO Installer` 作为演示。 -![下载PVE ISO文件](img/p01/pve_download_iso.jpeg) +![PVE下载页面](img/p01/pve_download_iso.jpeg) 点击 `Proxmox VE 8.x ISO Installer` 链接。 下载 ISO 时请注意 `SHA256SUM` ,后续将使用该校验信息对下载下来的 ISO 进行校验,以确保 ISO 文件的完整性。 -![输入图片说明](img/p01/pve_iso_hash.jpeg) +![下载PVE](img/p01/pve_iso_hash.jpeg) ### 0.2.启动盘制作工具 diff --git a/img/p01/pve_download_iso.jpeg b/img/p01/pve_download_iso.jpeg index b829ba0..bd56c7b 100644 Binary files a/img/p01/pve_download_iso.jpeg and b/img/p01/pve_download_iso.jpeg differ diff --git a/img/p01/pve_iso_hash.jpeg b/img/p01/pve_iso_hash.jpeg index 774996d..2e35770 100644 Binary files a/img/p01/pve_iso_hash.jpeg and b/img/p01/pve_iso_hash.jpeg differ