feat(docs): MDBX freelist troubleshooting (#5358)

This commit is contained in:
Alexey Shekhirin
2023-11-08 15:50:45 +00:00
committed by GitHub
parent 4865e59684
commit 0a3884ba81
2 changed files with 61 additions and 3 deletions

View File

@ -62,12 +62,12 @@ A simple and safe approach to achieve this is to use the Armbian build framework
To be able to build an Armbian image and set those values, you will need to:
- Clone the Armbian build framework repository
```shell
```bash
git clone https://github.com/armbian/build
cd build
```
- Run the compile script with the following parameters:
```shell
```bash
./compile.sh \
BUILD_MINIMAL=yes \
BUILD_DESKTOP=no \