Skip to content

Commit 4898f20

Browse files
committed
fix: 添加Debian13的说明,镜像自编译的LXC相关镜像已全部支持
1 parent d116b9f commit 4898f20

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

docs/en/guide/incus/incus_lxc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88

99
A portion of the available system parameters are shown here for your reference:
1010

11-
- debian10, debian11, debian12
11+
- debian10, debian11, debian12, debian13
1212
- ubuntu18, ubuntu20, ubuntu22
1313
- centos8, centos9 (actually opened out of the Stream version)
1414
- alpine3.15, alpine3.16, alpine3.17, alpine3.18

docs/en/guide/lxd/lxd_lxc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Here is the information about the example chick that is being raised:
5959
| Operating System | Debian 12 |
6060

6161
```
62-
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian12
62+
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian13
6363
```
6464

6565
If you need to see the information, run

docs/en/guide/pve/pve_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Proxmox installed by this method can subsequently use all scripts of this projec
1717
### One-click PVE installation
1818

1919
:::tip
20-
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!
20+
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!
2121
:::
2222

2323
- The installation is the latest PVE from the apt source at the moment.

docs/en/guide/pve/pve_lxc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildct_
216216
```
217217

218218
```shell
219-
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian12 local
219+
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian13 local
220220
```
221221

222222
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
230230
| CPU Cores | 1 |
231231
| Memory | 1024MB |
232232
| Disk | 10G |
233-
| Operating System | debian12 |
233+
| Operating System | debian13 |
234234
| Storage Disk | Local Disk (System Disk) |
235235

236236
:::tip

docs/en/guide/pve/pve_precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The one-click installation script of this project only adapts to Debian systems,
3232
- System requirements: Debian 8+
3333

3434
:::tip
35-
It is recommended to install debian11 instead of debian12, because the latter is a beta version, and the debian11 installation is the stable version.
35+
It is recommended to install debian11 instead of debian12+, because the latter is a beta version, and the debian11 installation is the stable version.
3636
:::
3737

3838
- Hardware requirements: 2 cores 2G RAM ``x86_64`` or ``arm`` architecture server hard disk at least 20G

docs/en/guide/pve/pve_qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ systemctl restart networking
1414

1515
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!
1616

17-
Generally speaking, this situation occurs in the exclusive service Debian11 system, switch to Debian12 system will not be a problem!
17+
Generally speaking, this situation occurs in the exclusive service Debian11 system, switch to Debian12+ system will not be a problem!
1818

1919
## Installation of PVE fails with an error saying that some packages do not exist.
2020

docs/guide/incus/incus_lxc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88

99
这里展示一部分可使用的系统参数供你参考:
1010

11-
- debian10,debian11,debian12
11+
- debian10,debian11,debian12, debian13
1212
- ubuntu18,ubuntu20,ubuntu22
1313
- centos8,centos9 (实际开设出来都是Stream版本)
1414
- alpine3.15,alpine3.16,alpine3.17,alpine3.18

docs/guide/lxd/lxd_lxc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ CPU核数需要小于或等于宿主机的核数,内存大小以MB计算,硬
6161
| 上传带宽 | 500Mbit |
6262
| 下载带宽 | 500Mbit |
6363
| 自动设置外网IPV6地址 | N |
64-
| 系统 | debian12 |
64+
| 系统 | debian13 |
6565

6666

6767
```
68-
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian12
68+
./buildone.sh test 1 256 2 20001 20002 20025 500 500 N debian13
6969
```
7070

7171
需要进入容器内部则执行

docs/guide/pve/pve_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ outline: deep
1717
### 一键安装PVE
1818

1919
:::tip
20-
建议debian12,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题
20+
建议debian12+,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题
2121
:::
2222

2323
- 安装的是当下apt源最新的PVE

docs/guide/pve/pve_lxc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
244244
#### 创建示例
245245

246246
```shell
247-
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian12 local
247+
./buildct_onlyv6.sh 152 oneclick123 1 1024 10 debian13 local
248248
```
249249

250250
上述命令意义为开设一个纯IPV6地址的容器
@@ -258,7 +258,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
258258
| CPU核心数 | 1 |
259259
| 内存 | 1024MB |
260260
| 硬盘 | 10G |
261-
| 系统 | debian12 |
261+
| 系统 | debian13 |
262262
| 存储盘 | local盘 (系统盘) |
263263

264264
:::tip

0 commit comments

Comments
 (0)