mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-10 17:25:50 +08:00
Update README.md
This commit is contained in:
parent
c1d6358b47
commit
d8a240a06f
1 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,8 @@ 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```只读锁定
|
- 查询网络配置是否为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服务
|
- 检测```/etc/resolv.conf```是否为空,为空则设置检测```8.8.8.8```的开机自启添加DNS的systemd服务
|
||||||
- 新增PVE的APT源链接后,下载PVE并打印输出登陆信息
|
- 新增PVE的APT源链接后,下载PVE并打印输出登陆信息
|
||||||
- 配置完毕需要重启系统加载新内核(重启系统前推荐挂上[nezha探针](https://github.com/naiba/nezha)方便在后台不通过SSH使用命令行,避免SSH因为商家预设的原因重启后root密码丢失)
|
- 配置完毕需要重启系统加载新内核
|
||||||
|
- 重启系统前推荐挂上[nezha探针](https://github.com/naiba/nezha)方便在后台不通过SSH使用命令行,避免SSH可能因为商家奇葩的预设导致重启后root密码丢失
|
||||||
|
|
||||||
#### 一键安装PVE
|
#### 一键安装PVE
|
||||||
|
|
||||||
|
@ -120,7 +121,7 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/mai
|
||||||
- 尝试开启硬件直通
|
- 尝试开启硬件直通
|
||||||
- 检测AppArmor模块并试图安装
|
- 检测AppArmor模块并试图安装
|
||||||
- 执行完毕记得重启服务器,也就是执行```reboot```
|
- 执行完毕记得重启服务器,也就是执行```reboot```
|
||||||
- (重启系统前推荐挂上[nezha探针](https://github.com/naiba/nezha)方便在后台不通过SSH使用命令行,避免SSH因为商家预设的原因重启后root密码丢失)
|
- 重启系统前推荐挂上[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)
|
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/build_backend.sh)
|
||||||
|
|
Loading…
Reference in a new issue