From bf0d9d2db9c35a520e297908e0a5dcba2a7a89ae Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 27 Jun 2026 11:08:44 +0800 Subject: [PATCH] =?UTF-8?q?refeator:=20=E4=BF=AE=E6=94=B9x86=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- main.sh => x86-64.sh | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename main.sh => x86-64.sh (100%) diff --git a/README.md b/README.md index c68a7f8..69a9fff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ #### x86-64 固件构建 ```bash -curl -fsSL https://gitea.9001003.xyz/William/immortalwrt_image_builder/raw/branch/main/main.sh | bash +curl -fsSL https://gitea.9001003.xyz/William/immortalwrt_image_builder/raw/branch/main/x86-64.sh | bash ``` 构建完成后,固件文件会生成在 `output/` 目录中。 @@ -50,8 +50,8 @@ curl -fsSL https://gitea.9001003.xyz/William/immortalwrt_image_builder/raw/branc - 如何修改构建插件? - 修改脚本代码中的build()函数`PKG_LIST`变量 + 修改脚本代码中的 build()函数`PKG_LIST`变量 - 如何修改固件根分区大小 - - 修改代码中的`rootfs_partsize`变量 \ No newline at end of file + + 修改代码中的`rootfs_partsize`变量 diff --git a/main.sh b/x86-64.sh similarity index 100% rename from main.sh rename to x86-64.sh