From 0c85cb141de0ee54c73ed43ccb89947dfc104d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=85=8E=E9=A5=BC?= Date: Thu, 9 Nov 2023 23:23:33 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 22f31e8..2e62792 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh curl -O https://ghps.cc/https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh ``` -### 安装 Linux +### 用法 1: 安装 Linux ```bash bash reinstall.sh centos 7|8|9 (8|9 为 stream 版本) @@ -48,7 +48,7 @@ bash reinstall.sh centos 7|8|9 (8|9 为 stream 版本) 可选参数: --ci 强制使用云镜像 ``` -### DD +### 用法 2: DD 支持 gzip、xz 格式 @@ -58,7 +58,21 @@ bash reinstall.sh centos 7|8|9 (8|9 为 stream 版本) bash reinstall.sh dd --img=https://example.com/xxx.xz ``` -### 安装 Windows ISO +### 用法 3:重启到 Alpine 救援系统 (Live OS) + +可用 ssh 连接,进行手动 DD、修改分区、手动安装 Arch Linux 等操作 + +```bash +bash reinstall.sh alpine --hold=1 +``` + +### 用法 4:重启到 netboot.xyz + +```bash +bash reinstall.sh netboot.xyz +``` + +### 用法 5: 安装 Windows ISO ```bash bash reinstall.sh windows \ @@ -101,20 +115,6 @@ bash reinstall.sh windows \ -### 其它用法1:重启到 Alpine 救援系统 (Live OS) ,不运行重装 - -可用 ssh 连接,进行手动 DD、修改分区、手动安装 Arch Linux 等操作 - -```bash -bash reinstall.sh alpine --hold=1 -``` - -### 其它用法2:重启到 netboot.xyz - -```bash -bash reinstall.sh netboot.xyz -``` - ## Windows 下使用 管理员权限运行 `cmd`