mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
25 lines
841 B
Markdown
25 lines
841 B
Markdown
|
||
### 存档的脚本 - 勿要使用 - 全是BUG
|
||
|
||
#### pve6.4升级为最新的pve7.x
|
||
|
||
自测中,勿要使用,未完成
|
||
|
||
```
|
||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o pve6_to_pve7.sh && chmod +x pve6_to_pve7.sh && bash pve6_to_pve7.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
|
||
```
|
||
|
||
### 替换qcow2
|
||
|
||
```
|
||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o rebuild.sh && chmod +x rebuild.sh && bash rebuild.sh
|
||
```
|