mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 18:18:28 +08:00
Update README.md
This commit is contained in:
parent
df277f8e01
commit
562dffb953
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
### 存档的脚本
|
||||
### 存档的脚本 - 勿要使用 - 全是BUG
|
||||
|
||||
#### pve6.4升级为最新的pve7.x
|
||||
|
||||
|
@ -14,3 +14,19 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o
|
|||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o rebuild.sh && chmod +x rebuild.sh && bash rebuild.sh
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh
|
||||
```
|
||||
|
||||
```
|
||||
./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 debian10
|
||||
```
|
||||
|
||||
```
|
||||
rm -rf vm* qcow *.sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue