Update pve_precheck.md

This commit is contained in:
spiritlhl
2023-06-18 08:01:51 +08:00
committed by GitHub
parent ecb09f5ad9
commit 0fa0dfbc62

View File

@@ -8,14 +8,15 @@
本项目只适配Debian系统(非Debian无法通过APT源安装官方只给了Debian的镜像其他系统只能使用ISO安装)
- 系统要求Debian 8+
::tip
建议debian11而不是debian12因为后者是beta版本debian11安装的才是稳定版
::
- 硬件要求2核2G内存x86_64架构服务器硬盘至少20G
::warning
内存开点swap免得机器炸了[开SWAP点我跳转](https://github.com/spiritLHLS/addswap)
::
- 系统要求Debian 8+
- 硬件要求2核2G内存x86_64架构服务器硬盘至少20G
- 可开KVM的硬件要求VM-X或AMD-V支持 (部分VPS和全部独服支持)
- 如果硬件或系统需求不满足可使用LXD批量开LXC容器[跳转](https://github.com/spiritLHLS/lxc)
@@ -39,4 +40,4 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit
```
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/check_kernal.sh)
```
```