mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update README.md
This commit is contained in:
parent
28c5f3454a
commit
7f63250e81
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@ bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubus
|
|||
- 查询网络配置是否为dhcp配置的V4网络,如果是则转换为静态地址避免重启后dhcp失效,已设置为只读模式,如需修改请使用```chattr -i /etc/network/interfaces.d/50-cloud-init```取消只读锁定,修改完毕请执行```chattr +i /etc/network/interfaces.d/50-cloud-init```只读锁定
|
||||
- 检测```/etc/resolv.conf```是否为空,为空则设置检测```8.8.8.8```的开机自启添加DNS的systemd服务
|
||||
- 新增PVE的APT源链接后,下载PVE并打印输出登陆信息
|
||||
- 配置完毕需要重启系统加载新内核
|
||||
- 配置完毕需要重启系统加载新内核(重启系统前推荐挂上[nezha探针](https://github.com/naiba/nezha)方便在后台不通过SSH使用命令行,避免SSH因为商家预设的原因重启后root密码丢失)
|
||||
|
||||
#### 一键安装PVE
|
||||
|
||||
|
@ -120,6 +120,7 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/mai
|
|||
- 尝试开启硬件直通
|
||||
- 检测AppArmor模块并试图安装
|
||||
- 执行完毕记得重启服务器,也就是执行```reboot```
|
||||
- (重启系统前推荐挂上[nezha探针](https://github.com/naiba/nezha)方便在后台不通过SSH使用命令行,避免SSH因为商家预设的原因重启后root密码丢失)
|
||||
|
||||
```
|
||||
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/build_backend.sh)
|
||||
|
|
Loading…
Reference in a new issue