Fixed README due to directory structure changed.

This commit is contained in:
imi415 2021-06-20 20:59:07 +08:00
parent a4b7458c5a
commit 047e3a1674
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 3 additions and 4 deletions

View File

@ -5,15 +5,14 @@ This is the project for SystemAgent compatible SBCs.
## How to build the same image
* Clone buildroot repository.
* Set `BUILDROOT_PATH` environment variable accordingly.
* Run `buildroot_make.sh xxxx_defconfig` (see `configs`).
* Run `buildroot_make.sh xxxx_defconfig` (see `external_tree/configs`).
* Run `buildroot_make.sh nconfig` to make your changes.
* Run `buildroot_make.sh` to start your runs.
## Necessary modifications
### Add new users
Edit users.table in `customizations` directory.
Edit users.table in `external_tree/customizations` directory.
### Copy whatever you want into the filesystem
Add them to the `customizations/overlay` directory, if the directory does not exist, create it.
Add them to the `external_tree/customizations/overlay` directory, if the directory does not exist, create it.