From 56a7bd5717fe83e3112188dce339e0f72d9dc48b Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:23:02 +0000 Subject: [PATCH] update --- docs/en/guide/pve/pve_lxc.md | 10 ++++++++-- docs/guide/pve/pve_lxc.md | 10 +++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/en/guide/pve/pve_lxc.md b/docs/en/guide/pve/pve_lxc.md index 5873f413cf..76a0fb5408 100644 --- a/docs/en/guide/pve/pve_lxc.md +++ b/docs/en/guide/pve/pve_lxc.md @@ -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.) ::: diff --git a/docs/guide/pve/pve_lxc.md b/docs/guide/pve/pve_lxc.md index dfcf3e7d08..433a1c8fac 100644 --- a/docs/guide/pve/pve_lxc.md +++ b/docs/guide/pve/pve_lxc.md @@ -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 -系统参数一律是小写的系统名字拼接版本号。 +系统参数一律是小写的系统名字拼接版本号,如:debian11,ubuntu22等。 (自修补镜像支持一些偏门系统,如 centos6、centos7、debian8、debian9 等) :::