From 3f5b2e99d3ab8d6a2d38e634aad629cbdcf4a649 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:45:30 +0800 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f34f871..c1f2540 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,6 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve.sh -o ![图片](https://user-images.githubusercontent.com/103393591/220105032-72623188-4c44-43c0-b3f1-7ce267163687.png) -### 加载系统模板 - -- 加载KVM或LXC模板到PVE的ISO/CT列表中(debian11,ubuntu20) -- 加载完成后请web端查看 pve > local(pve) > ISO Images/CT Templates 刷新一下记录,直接去创建虚拟机是可能看不到已加载的 - -``` -curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o install_iso.sh && chmod +x install_iso.sh && bash install_iso.sh -``` - ### 预配置环境 - 创建资源池mypool @@ -83,6 +74,17 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_nat_network.sh) ``` +### 加载系统模板 + +自测中,勿要使用,未完成 + +- 加载KVM或LXC模板到PVE的ISO/CT列表中(debian11,ubuntu20) +- 加载完成后请web端查看 pve > local(pve) > ISO Images/CT Templates 刷新一下记录,直接去创建虚拟机是可能看不到已加载的 + +``` +curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o install_iso.sh && chmod +x install_iso.sh && bash install_iso.sh +``` + #### pve6.4升级为最新的pve7.x 自测中,勿要使用,未完成