update PVE初始化配置.md.

This commit is contained in:
秋刀狐狸
2022-07-20 05:41:40 +00:00
committed by Gitee
parent fa00e836a2
commit 424d353342
+3 -3
View File
@@ -93,12 +93,12 @@ cd /etc/apt/sources.list.d
rm -rvf *.list
```
创建PVE免费源:
创建 PVE 免费源:
**注意:该命令为两行,在输入时请逐行输入并回车执行**
```bash
## 创建PVE免费源
## 创建 PVE 免费源
source /etc/os-release
@@ -177,7 +177,7 @@ apt install cpufrequtils
“cpufrequtils” 为 CPU 调度器的配置工具,后续会对 CPU 调度算法进行调整。
## 3.配置PVE网桥和管理网口
## 3.配置 PVE 网桥和管理网口
设置电脑的 IP 地址为静态 IP ,IP 地址段与 PVE 的 IP 地址段保持一致。