mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 03:24:54 +08:00
Update README.md
This commit is contained in:
parent
a39b240e9e
commit
3f5b2e99d3
1 changed files with 11 additions and 9 deletions
20
README.md
20
README.md
|
@ -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列表中(debian11,ubuntu20)
|
||||
- 加载完成后请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列表中(debian11,ubuntu20)
|
||||
- 加载完成后请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
|
||||
|
||||
自测中,勿要使用,未完成
|
||||
|
|
Loading…
Reference in a new issue