This commit is contained in:
spiritlhl
2024-02-18 14:23:02 +00:00
parent 824f912fe3
commit 56a7bd5717
2 changed files with 15 additions and 5 deletions

View File

@@ -33,6 +33,10 @@ x86_64:
Self-patching images: https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt
:::tip
Some of these images are flawed and not guaranteed to be available for all PVEs, with names like ```ubuntu16.04```, ```debian6```, ```centos7```, ```opensuse42.2```, ```opensuse42.3``` Don't use them unless necessary.
:::
and
Run ```pveam available --section system``` to see the names and version numbers of the officially available systems.
@@ -44,10 +48,12 @@ The version has been automatically recognized by a script to use the correspondi
arm:
[https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/)
[https://github.com/oneclickvirt/lxc_arm_images/blob/main/fixed_images.txt](https://github.com/oneclickvirt/lxc_arm_images/blob/main/fixed_images.txt)
Supported systems can be viewed in the file above, which lists debian and ubuntu systems do not use the aliases in it, just use the numeric designators.
:::tip
All system parameters are lowercase system names spliced with version numbers.
All system parameters are lowercase system names spliced with version numbers, e.g. debian11, ubuntu22, etc.
(Self-patched images support some out-of-the-way systems, such as centos6, centos7, debian8, debian9, etc.)
:::

View File

@@ -33,6 +33,10 @@ x86_64的
自修补镜像: https://github.com/oneclickvirt/pve_lxc_images/blob/main/fixed_images.txt
:::tip
其中的部分镜像有缺陷不保证所有PVE可用名字为 ```ubuntu16.04```、```debian6```、```centos7```、```opensuse42.2```、```opensuse42.3``` 非必要不要使用。
:::
执行```pveam available --section system```查看官方可用的系统名字和版本号
@@ -43,12 +47,12 @@ x86_64的
arm的
[https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/](https://mirror.tuna.tsinghua.edu.cn/lxc-images/images/)
[https://github.com/oneclickvirt/lxc_arm_images/blob/main/fixed_images.txt](https://github.com/oneclickvirt/lxc_arm_images/blob/main/fixed_images.txt)
中查看支持的系统
可在上面的文件中查看支持的系统其中列出的debian和ubuntu系统不要使用里面的别名使用数字代号即可。
:::tip
系统参数一律是小写的系统名字拼接版本号。
系统参数一律是小写的系统名字拼接版本号debian11ubuntu22等
(自修补镜像支持一些偏门系统,如 centos6、centos7、debian8、debian9 等)
:::