From 3fe2441b390a8091e0674a8e708149cb534b7472 Mon Sep 17 00:00:00 2001 From: ophub Date: Wed, 26 Jan 2022 13:03:33 +0800 Subject: [PATCH] Adjusted to write to mainline u-boot by default --- 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 f608383766..6d25305481 100644 --- a/README.cn.md +++ b/README.cn.md @@ -33,7 +33,7 @@ armbian-install ``` -默认不安装主线 u-boot,个别盒子在使用 5.10 以上内核时需要安装。如果选择安装,请在第 `1` 个输入参数中指定,如 `armbian-install yes` +默认将安装主线 u-boot,以便支持 5.10 及以上内核的使用。如果选择不安装,请在第 `1` 个输入参数中指定,如 `armbian-install no` - ### 更新 Armbian 内核 diff --git a/README.md b/README.md index b4a7392c81..6d65d6bf66 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Login in to armbian (default user: root, default password: 1234) → input comma armbian-install ``` -The mainline u-boot is not installed by default, and individual boxes need to be installed when using kernels above 5.10. If you choose to install, specify it in the `1` input parameter, e.g. `armbian-install yes` +The mainline u-boot is installed by default, In order to support the use of 5.10 and above kernels. If you choose not to install, specify it in the `1` input parameter, e.g. `armbian-install no` - ### Update Armbian Kernel