From c4edd1603fba4757d7d4526b8c221a4f1c33aad8 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:38:36 +0800 Subject: [PATCH] Update README.md --- back/README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/back/README.md b/back/README.md index 546e0fc..b16dd5e 100644 --- a/back/README.md +++ b/back/README.md @@ -9,20 +9,29 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o pve6_to_pve7.sh && chmod +x pve6_to_pve7.sh && bash pve6_to_pve7.sh ``` -替换qcow2 +### 加载系统模板 + +- 加载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 +``` + +### 替换qcow2 ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o rebuild.sh && chmod +x rebuild.sh && bash rebuild.sh ``` -``` - -``` +### 批量配置VM ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh ``` +### 单独生成VM + ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh ```