Update README.md

This commit is contained in:
spiritLHLS 2023-02-27 17:45:30 +08:00 committed by GitHub
parent a39b240e9e
commit 3f5b2e99d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,15 +49,6 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve.sh -o
![图片](https://user-images.githubusercontent.com/103393591/220105032-72623188-4c44-43c0-b3f1-7ce267163687.png)
### 加载系统模板
- 加载KVM或LXC模板到PVE的ISO/CT列表中(debian11ubuntu20)
- 加载完成后请web端查看 pve > local(pve) > ISO Images/CT Templates 刷新一下记录,直接去创建虚拟机是可能看不到已加载的
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o install_iso.sh && chmod +x install_iso.sh && bash install_iso.sh
```
### 预配置环境
- 创建资源池mypool
@ -83,6 +74,17 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_nat_network.sh)
```
### 加载系统模板
自测中,勿要使用,未完成
- 加载KVM或LXC模板到PVE的ISO/CT列表中(debian11ubuntu20)
- 加载完成后请web端查看 pve > local(pve) > ISO Images/CT Templates 刷新一下记录,直接去创建虚拟机是可能看不到已加载的
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o install_iso.sh && chmod +x install_iso.sh && bash install_iso.sh
```
#### pve6.4升级为最新的pve7.x
自测中,勿要使用,未完成