From 301e6c7edae3dcde8d38055d850763f84ebc6ad8 Mon Sep 17 00:00:00 2001 From: ophub Date: Fri, 25 Mar 2022 20:30:22 +0800 Subject: [PATCH] Example of setting file system format settings --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index e6e100d2aa..c9517083a3 100644 --- a/README.cn.md +++ b/README.cn.md @@ -176,7 +176,7 @@ armbian-ddbr - `sudo ./rebuild -d -b s905x3_s905d` 使用默认配置,对多个型号的电视盒子进行全部内核打包, 使用 `_` 进行多型号连接。 - `sudo ./rebuild -d -k 5.15.25_5.4.180` : 使用默认配置,指定多个内核,进行全部型号电视盒子进行打包, 内核包使用 `_` 进行连接。 - `sudo ./rebuild -d -k 5.15.25_5.4.180 -a true` : 使用默认配置,指定多个内核,进行全部型号电视盒子进行打包, 内核包使用 `_` 进行连接。自动升级到同系列最新内核。 -- `sudo ./rebuild -d -s 2748 -k 5.4.180` : 使用默认配置,设置固件大小为 2748M, 并指定内核为 5.4.180 ,对全部型号电视盒子进行打包。 +- `sudo ./rebuild -d -t btrfs -s 2748 -k 5.4.180` : 使用默认配置,设置文件系统为 btrfs 格式,分区大小为 2748M, 并指定内核为 5.4.180 ,对全部型号电视盒子进行打包。 - ### 本地化打包 diff --git a/README.md b/README.md index 2e898d2eed..7b5d8b8fea 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ According to the prompt, enter `b` to perform system backup, and enter `r` to pe - `sudo ./rebuild -d -b s905x3_s905d`: Use the default configuration, specify multiple firmware, use `_` to connect. compile all kernels. - `sudo ./rebuild -d -k 5.15.25_5.4.180`: Use the default configuration. Specify multiple cores, use `_` to connect. - `sudo ./rebuild -d -k 5.15.25_5.4.180 -a true`: Use the default configuration. Specify multiple cores, use `_` to connect. Auto update to the latest kernel of the same series. -- `sudo ./rebuild -d -s 2748 -k 5.4.180`: Use the default configuration and set the partition size to 2748m, and only compile the armbian firmware with the kernel version 5.4.180. +- `sudo ./rebuild -d -t btrfs -s 2748 -k 5.4.180`: Use the default configuration, set the file system to btrfs format and the partition size to 2748M, and only compile the armbian firmware with the kernel version 5.4.180. - ### Local build instructions