From 7f9dd3befa91427a5bd4c1c0e9c738e8ed394775 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:06:36 +0000 Subject: [PATCH] update --- docs/en/guide/pve/pve_lxc.md | 22 ++++++++++++++-------- docs/guide/pve/pve_lxc.md | 34 +++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 21 deletions(-) diff --git a/docs/en/guide/pve/pve_lxc.md b/docs/en/guide/pve/pve_lxc.md index e9a10bb7a..4b05088be 100644 --- a/docs/en/guide/pve/pve_lxc.md +++ b/docs/en/guide/pve/pve_lxc.md @@ -27,18 +27,24 @@ Before creating containers, use the 'screen' command to run them in the backgrou ### Usage Instructions -System Support: -- debian10, debian11 -- ubuntu18, ubuntu20, ubuntu22 -- centos8, almalinux9 -- Other systems may or may not be supported, please test on your own. +**System Support:** + +x86_64: + +https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt + +Run ```pveam available --section system``` to see the names and version numbers of the officially available systems. + +arm: + +[https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/) :::tip -System parameters are always in lowercase, consisting of the system name concatenated with the version number. For x86_64 systems, you can check available system names and version numbers using ```pveam available --section system```. For ARM systems, you can check supported systems and version numbers at [https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/), similar to the version numbers obtained by executing ```pveam available --section system```. -(Please note that the parameters used in the script are only lowercase English system names concatenated with version numbers.) +All system parameters are lowercase system names spliced with version numbers. +(Note that the only parameters used by the script are lowercase English system names spliced with version numbers) ::: -The default username for all CTs is root. +**The default CT username for all systems is root** **Download Script** diff --git a/docs/guide/pve/pve_lxc.md b/docs/guide/pve/pve_lxc.md index f14257517..05ac9b608 100644 --- a/docs/guide/pve/pve_lxc.md +++ b/docs/guide/pve/pve_lxc.md @@ -27,6 +27,27 @@ outline: deep ### 使用方法 +**系统支持:** + +x86_64的 + +https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt + +执行```pveam available --section system```查看官方可用的系统名字和版本号 + +arm的 + +[https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/) + +中查看支持的系统 + +:::tip +系统参数一律是小写的系统名字拼接版本号。 +(注意脚本使用的参数只有小写的英文系统名字拼接版本号) +::: + +**所有系统的CT默认用户名是root** + **下载脚本** 国际 @@ -41,19 +62,6 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh -o buildct.sh && chmod +x buildct.sh ``` -* 系统支持: -- debian10,debian11 -- ubuntu18,ubuntu20,ubuntu22 -- centos8,almalinux9 -- 其他系统可能支持可能不支持,自行测试 - -:::tip -系统参数一律是小写的系统名字拼接版本号,x86_64的具体可执行```pveam available --section system```查看可用的系统名字和版本号,arm的可在[https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/)中查看支持的系统,版本号类同执行```pveam available --section system```查看到的版本号。 -(注意脚本使用的参数只有小写的英文系统名字拼接版本号) -::: - -所有系统的CT默认用户名是root - **各参数含义** ```shell