更新 PVE 软件安装描述

This commit is contained in:
CallMeR
2025-08-11 01:31:32 +08:00
parent 264bb156ff
commit d49c98b6df
+7 -7
View File
@@ -4,7 +4,7 @@
![PVE系统信息](img/p01/pve_sys_info.jpeg)
此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bookworm`
此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `trixie`
为了后续能对 PVE 系统进行升级,需要更换其镜像仓库,也就是大家熟知的软件源。
@@ -12,7 +12,7 @@
### 1.1.系统软件源
使用终端工具登录到 PVE 服务器,首先对现有软件源配置进行备份
使用终端工具登录到 PVE 服务器,查看现有软件源配置文件
```bash
## 进入系统软件源配置目录
@@ -62,7 +62,7 @@ EOF
### 1.2. PVE 软件源
默认情况下,PVE 额外启用了 2 个官方源,且为订阅收费制,因此需要替换为免源。
默认情况下,PVE 额外启用了 2 个官方源,且为订阅收费制,因此需要替换为免订阅源。
首先创建 PVE 免订阅软件源,执行以下命令。
@@ -174,8 +174,8 @@ $ apt install btop lm-sensors tmux neovim unzip unattended-upgrades powermgmt-ba
## 安装 CPU 调度调整工具
$ apt install linux-cpupower
## 根据 CPU 厂商安装 CPU 微码工具
$ apt install intel-microcode (amd64-microcode)
## 更新 PCI 数据库
$ update-pciids
## 安装 Open vSwitch(可选)
$ apt install openvswitch-switch
@@ -183,8 +183,8 @@ $ apt install openvswitch-switch
## 安装网络检测工具(可选)
$ apt install iftop iperf3 iperf
## 更新 PCI 数据库
$ update-pciids
## 根据 CPU 厂商安装 CPU 微码工具(可选,现已默认安装)
$ apt install intel-microcode (amd64-microcode)
```
## 3.配置 PVE 网络