chore: 修改根分区大小为600MB

This commit is contained in:
Olia Lisa
2026-06-27 16:15:37 +08:00
parent c03f61acfb
commit 5deda07401
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ r2s_output/
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.0`
- Target`x86/64` - Target`x86/64`
- Profile`generic` - Profile`generic`
- 根分区大小:`500 MB` - 根分区大小:`600 MB`
- 输出目录:`output/` - 输出目录:`output/`
### NanoPi R2S ### NanoPi R2S
@@ -68,7 +68,7 @@ r2s_output/
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.0`
- Target`rockchip/armv8` - Target`rockchip/armv8`
- Profile`friendlyarm_nanopi-r2s` - Profile`friendlyarm_nanopi-r2s`
- 根分区大小:`500 MB` - 根分区大小:`600 MB`
- 输出目录:`r2s_output/` - 输出目录:`r2s_output/`
## 自定义固件 ## 自定义固件
+1 -1
View File
@@ -206,7 +206,7 @@ cd "$project_dir"
version="25.12.0" version="25.12.0"
# 根分区大小(单位: MB) # 根分区大小(单位: MB)
rootfs_partsize=500 rootfs_partsize=600
install_dependencies install_dependencies
+1 -1
View File
@@ -223,7 +223,7 @@ cd "$project_dir"
version="25.12.0" version="25.12.0"
# 根分区大小(单位: MB) # 根分区大小(单位: MB)
rootfs_partsize=500 rootfs_partsize=600
# 安装依赖 # 安装依赖
install_dependencies install_dependencies