diff --git a/docs/en/guide/incus/incus_lxc.md b/docs/en/guide/incus/incus_lxc.md index a8e02f8f73..818754f414 100644 --- a/docs/en/guide/incus/incus_lxc.md +++ b/docs/en/guide/incus/incus_lxc.md @@ -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 diff --git a/docs/en/guide/lxd/lxd_lxc.md b/docs/en/guide/lxd/lxd_lxc.md index 873450fd61..0e11a7399a 100644 --- a/docs/en/guide/lxd/lxd_lxc.md +++ b/docs/en/guide/lxd/lxd_lxc.md @@ -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 diff --git a/docs/en/guide/pve/pve_install.md b/docs/en/guide/pve/pve_install.md index d03dd46b9f..24dad5b4c8 100644 --- a/docs/en/guide/pve/pve_install.md +++ b/docs/en/guide/pve/pve_install.md @@ -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. diff --git a/docs/en/guide/pve/pve_lxc.md b/docs/en/guide/pve/pve_lxc.md index 0326060dfd..fec27ab91d 100644 --- a/docs/en/guide/pve/pve_lxc.md +++ b/docs/en/guide/pve/pve_lxc.md @@ -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 diff --git a/docs/en/guide/pve/pve_precheck.md b/docs/en/guide/pve/pve_precheck.md index 2aa701d666..7b76136a8f 100644 --- a/docs/en/guide/pve/pve_precheck.md +++ b/docs/en/guide/pve/pve_precheck.md @@ -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 diff --git a/docs/en/guide/pve/pve_qa.md b/docs/en/guide/pve/pve_qa.md index bc2a93578b..2d281aa60f 100644 --- a/docs/en/guide/pve/pve_qa.md +++ b/docs/en/guide/pve/pve_qa.md @@ -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. diff --git a/docs/guide/incus/incus_lxc.md b/docs/guide/incus/incus_lxc.md index 077b94999e..dbb92a1634 100644 --- a/docs/guide/incus/incus_lxc.md +++ b/docs/guide/incus/incus_lxc.md @@ -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 diff --git a/docs/guide/lxd/lxd_lxc.md b/docs/guide/lxd/lxd_lxc.md index 7d330b74e5..7eb30ea3a3 100644 --- a/docs/guide/lxd/lxd_lxc.md +++ b/docs/guide/lxd/lxd_lxc.md @@ -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 ``` 需要进入容器内部则执行 diff --git a/docs/guide/pve/pve_install.md b/docs/guide/pve/pve_install.md index 81fd7741e2..48ae0c5c86 100644 --- a/docs/guide/pve/pve_install.md +++ b/docs/guide/pve/pve_install.md @@ -17,7 +17,7 @@ outline: deep ### 一键安装PVE :::tip -建议debian12,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题 +建议debian12+,实测部分独立服务器的debian11系统会出现一重启网络就失联的情况,debian12没有这种问题 ::: - 安装的是当下apt源最新的PVE diff --git a/docs/guide/pve/pve_lxc.md b/docs/guide/pve/pve_lxc.md index 00acc90246..943546ff77 100644 --- a/docs/guide/pve/pve_lxc.md +++ b/docs/guide/pve/pve_lxc.md @@ -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 diff --git a/docs/guide/pve/pve_precheck.md b/docs/guide/pve/pve_precheck.md index aeb5f94792..82799073ed 100644 --- a/docs/guide/pve/pve_precheck.md +++ b/docs/guide/pve/pve_precheck.md @@ -32,7 +32,7 @@ outline: deep - 系统要求:Debian 8+ :::tip -建议debian12而不是debian11,debian11在部分独立服务器上有网络重启的BUG。 +建议debian12+而不是debian11,debian11在部分独立服务器上有网络重启的BUG。 ::: - 硬件要求:2核2G内存```x86_64```或```arm```架构服务器硬盘至少20G