From 30122fac95f2dafd4a0f02d7c6e5fc30e0b87b39 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 24 May 2023 12:15:45 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea6faa6..2b3e95c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubus - 比如debian10则是pve6.4,debian11则是pve7.x - /etc/hosts文件修改(修正商家hostname设置错误以及新增PVE所需的内容) - 已设置```/etc/hosts```为只读模式,避免重启后文件被覆写,如需修改请使用```chattr -i /etc/hosts```取消只读锁定,修改完毕请执行```chattr +i /etc/hosts```只读锁定 -- 检测```/etc/cloud/cloud.cfg```如果发现```preserve_hostname```是```false```,则改为```true``` +- 检测```/etc/cloud/cloud.cfg```如果发现```preserve_hostname```是```false```,则改为```true```,同上,也用chattr命令进行了文件锁定避免重启覆盖设置 - 检测是否为中国IP,如果为中国IP使用清华镜像源,否则使用官方源 - 安装PVE开虚拟机需要的必备工具包 - 替换apt源中的企业订阅为社区源 @@ -119,6 +119,7 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/mai - 移除订阅弹窗 - 尝试开启硬件直通 - 检测AppArmor模块并试图安装 +- 执行完毕记得重启服务器,也就是执行```reboot``` ``` bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/build_backend.sh)