From d4e8394eb7e44531ece8cb0202cd5c820ca5cee7 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:23:29 +0800 Subject: [PATCH] Update lxd_lxc.md --- docs/guide/lxd_lxc.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guide/lxd_lxc.md b/docs/guide/lxd_lxc.md index 69e3686b8d..a1807dc0e6 100644 --- a/docs/guide/lxd_lxc.md +++ b/docs/guide/lxd_lxc.md @@ -191,12 +191,16 @@ curl -L https://ghproxy.com/https://ghproxy.com/https://raw.githubusercontent.co 支持自定义小鸡的系统,注意传入参数为系统名字+版本号,如: -- debian11 -- ubuntu20 +- debian10,debian11, debian12 +- ubuntu20,ubuntu22 - centos7,centos8 * 注意都是小写字母+数字的组合,自行尝试,如果搜索无该系统则会自动退出脚本 +:::tip +版本号中已结束长期维护的一般不再有官方镜像了,暂时未找到历史镜像的存档地址,如果有找到欢迎留言我会添加支持 +::: + ``` ./buildone.sh 小鸡名称 内存大小 硬盘大小 SSH端口 外网起端口 外网止端口 下载速度 上传速度 是否启用IPV6(Y or N) 系统(留空则为debian11) ```