mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-02 08:41:49 +08:00
fix: 添加Debian13的说明,镜像自编译的LXC相关镜像已全部支持
This commit is contained in:
@@ -8,7 +8,7 @@ outline: deep
|
||||
|
||||
A portion of the available system parameters are shown here for your reference:
|
||||
|
||||
- debian10, debian11, debian12
|
||||
- debian10, debian11, debian12, debian13
|
||||
- ubuntu18, ubuntu20, ubuntu22
|
||||
- centos8, centos9 (actually opened out of the Stream version)
|
||||
- alpine3.15, alpine3.16, alpine3.17, alpine3.18
|
||||
|
||||
@@ -59,7 +59,7 @@ Here is the information about the example chick that is being raised:
|
||||
| Operating System | Debian 12 |
|
||||
|
||||
```
|
||||
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian12
|
||||
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian13
|
||||
```
|
||||
|
||||
If you need to see the information, run
|
||||
|
||||
@@ -17,7 +17,7 @@ Proxmox installed by this method can subsequently use all scripts of this projec
|
||||
### One-click PVE installation
|
||||
|
||||
:::tip
|
||||
Suggest debian12, the actual test part of the independent server debian11 system will appear a reboot network will be lost, debian12 does not have such a problem!
|
||||
Suggest debian12+, the actual test part of the independent server debian11 system will appear a reboot network will be lost, debian12 does not have such a problem!
|
||||
:::
|
||||
|
||||
- The installation is the latest PVE from the apt source at the moment.
|
||||
|
||||
@@ -216,7 +216,7 @@ curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildct_
|
||||
```
|
||||
|
||||
```shell
|
||||
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian12 local
|
||||
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian13 local
|
||||
```
|
||||
|
||||
The above command signifies the creation of a container with a pure IPV6 address.
|
||||
@@ -230,7 +230,7 @@ The above command signifies the creation of a container with a pure IPV6 address
|
||||
| CPU Cores | 1 |
|
||||
| Memory | 1024MB |
|
||||
| Disk | 10G |
|
||||
| Operating System | debian12 |
|
||||
| Operating System | debian13 |
|
||||
| Storage Disk | Local Disk (System Disk) |
|
||||
|
||||
:::tip
|
||||
|
||||
@@ -32,7 +32,7 @@ The one-click installation script of this project only adapts to Debian systems,
|
||||
- System requirements: Debian 8+
|
||||
|
||||
:::tip
|
||||
It is recommended to install debian11 instead of debian12, because the latter is a beta version, and the debian11 installation is the stable version.
|
||||
It is recommended to install debian11 instead of debian12+, because the latter is a beta version, and the debian11 installation is the stable version.
|
||||
:::
|
||||
|
||||
- Hardware requirements: 2 cores 2G RAM ``x86_64`` or ``arm`` architecture server hard disk at least 20G
|
||||
|
||||
@@ -14,7 +14,7 @@ systemctl restart networking
|
||||
|
||||
See if it is not directly offline, if so that is the machine native problem, hot plug or dhcp caused by the network can not restart, it is recommended to replace the host system or DD a new system to try!
|
||||
|
||||
Generally speaking, this situation occurs in the exclusive service Debian11 system, switch to Debian12 system will not be a problem!
|
||||
Generally speaking, this situation occurs in the exclusive service Debian11 system, switch to Debian12+ system will not be a problem!
|
||||
|
||||
## Installation of PVE fails with an error saying that some packages do not exist.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ outline: deep
|
||||
|
||||
这里展示一部分可使用的系统参数供你参考:
|
||||
|
||||
- debian10,debian11,debian12
|
||||
- debian10,debian11,debian12, debian13
|
||||
- ubuntu18,ubuntu20,ubuntu22
|
||||
- centos8,centos9 (实际开设出来都是Stream版本)
|
||||
- alpine3.15,alpine3.16,alpine3.17,alpine3.18
|
||||
|
||||
@@ -61,11 +61,11 @@ CPU核数需要小于或等于宿主机的核数,内存大小以MB计算,硬
|
||||
| 上传带宽 | 500Mbit |
|
||||
| 下载带宽 | 500Mbit |
|
||||
| 自动设置外网IPV6地址 | N |
|
||||
| 系统 | debian12 |
|
||||
| 系统 | debian13 |
|
||||
|
||||
|
||||
```
|
||||
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian12
|
||||
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian13
|
||||
```
|
||||
|
||||
需要进入容器内部则执行
|
||||
|
||||
@@ -17,7 +17,7 @@ outline: deep
|
||||
### 一键安装PVE
|
||||
|
||||
:::tip
|
||||
建议debian12,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题
|
||||
建议debian12+,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题
|
||||
:::
|
||||
|
||||
- 安装的是当下apt源最新的PVE
|
||||
|
||||
@@ -244,7 +244,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
|
||||
#### 创建示例
|
||||
|
||||
```shell
|
||||
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian12 local
|
||||
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian13 local
|
||||
```
|
||||
|
||||
上述命令意义为开设一个纯IPV6地址的容器
|
||||
@@ -258,7 +258,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
|
||||
| CPU核心数 | 1 |
|
||||
| 内存 | 1024MB |
|
||||
| 硬盘 | 10G |
|
||||
| 系统 | debian12 |
|
||||
| 系统 | debian13 |
|
||||
| 存储盘 | local盘 (系统盘) |
|
||||
|
||||
:::tip
|
||||
|
||||
@@ -32,7 +32,7 @@ outline: deep
|
||||
- 系统要求:Debian 8+
|
||||
|
||||
:::tip
|
||||
建议debian12而不是debian11,debian11在部分独立服务器上有网络重启的BUG。
|
||||
建议debian12+而不是debian11,debian11在部分独立服务器上有网络重启的BUG。
|
||||
:::
|
||||
|
||||
- 硬件要求:2核2G内存```x86_64```或```arm```架构服务器硬盘至少20G
|
||||
|
||||
Reference in New Issue
Block a user