Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Feb 8, 2024
1 parent 6e95d05 commit 7f9dd3b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
22 changes: 14 additions & 8 deletions docs/en/guide/pve/pve_lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
34 changes: 21 additions & 13 deletions docs/guide/pve/pve_lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

**下载脚本**

国际
Expand All @@ -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
Expand Down

0 comments on commit 7f9dd3b

Please sign in to comment.