pve/README.md

58 lines
1.4 KiB
Markdown
Raw Normal View History

2023-02-15 11:55:29 +08:00
# PVE
2023-02-13 17:55:00 +08:00
2023-02-15 15:26:18 +08:00
只适配Debian且Ubuntu未测试
2023-02-15 17:31:06 +08:00
系统要求Debian 8+
硬件要求2核2G内存x86_64架构服务器
可开KVM的硬件要求VM-X或AMD-V支持
2023-02-15 15:36:20 +08:00
### 检测硬件环境
2023-02-15 11:28:28 +08:00
2023-02-15 15:36:32 +08:00
检测环境是否可嵌套虚拟化KVM类型的服务器
2023-02-13 17:24:26 +08:00
2023-02-13 17:24:15 +08:00
```
2023-02-15 15:36:20 +08:00
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh)
2023-02-13 17:24:15 +08:00
```
2023-02-15 10:41:43 +08:00
2023-02-15 17:31:06 +08:00
### pve6
2023-02-15 10:41:43 +08:00
2023-02-15 15:36:20 +08:00
apt源版本为6.4-15
2023-02-15 11:55:29 +08:00
2023-02-15 11:28:28 +08:00
```
2023-02-15 15:36:20 +08:00
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o install_pve6.sh && chmod +x install_pve6.sh && bash install_pve6.sh
2023-02-15 11:28:28 +08:00
```
2023-02-15 15:36:20 +08:00
### pve6升级为最新的pve7
2023-02-15 15:04:30 +08:00
自测中,勿要使用,未完成
```
2023-02-15 15:36:20 +08:00
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
2023-02-15 15:04:30 +08:00
```
2023-02-15 12:38:38 +08:00
### 下载系统镜像
自测中,勿要使用,未完成
```
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
```
2023-02-15 15:04:30 +08:00
### 开虚拟机环境预设置
2023-02-15 14:48:37 +08:00
自测中,勿要使用,未完成
```
2023-02-15 15:04:30 +08:00
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_backend.sh)
2023-02-15 14:48:37 +08:00
```
2023-02-15 17:31:06 +08:00
### pve7
2023-02-15 11:28:28 +08:00
废弃因为apt源最新版本不支持7.x
2023-02-15 11:24:45 +08:00
2023-02-15 10:41:43 +08:00
```
2023-02-15 11:28:28 +08:00
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve7.sh -o install_pve7.sh && chmod +x install_pve7.sh && bash install_pve7.sh
2023-02-15 10:41:43 +08:00
```