Skip to content

Commit 989e003

Browse files
leggewieigorpecovnik
authored andcommitted
small improvements
- docs/Developer-Guide_User-Configurations.md: add "in" - docs/Developer-Guide_User-Configurations.md: s/doesn't/don't/ where appropriate
1 parent 6196a9d commit 989e003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Developer-Guide_Build-Switches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Enforce building from source instead of using pre-built artifacts.
297297
- `yes`
298298
- `no` (default)
299299

300-
Enforce building without Armbian repository. Suitable for developing new releases or making custom images that doesn't need Armbian repository.
300+
Enforce building without Armbian repository. Suitable for developing new releases or making custom images that don't need Armbian repository.
301301

302302
**SECTOR_SIZE** ( `value` )
303303
- `512` (default, for SD/EMMC/...)

docs/Developer-Guide_User-Configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Patches with the same file name and path in the `userpatches` directory tree ove
1111

1212
## User provided configuration
1313

14-
A configuration file named `userpatches/config-<something>.conf.sh` (`.conf` also allowed) is a bash script that is sourced during the build if `./compile.sh something` is issued. All parameters which normally are passed via command line can be used (`PARAM1=value1` `PARAM2=value`) by using the same syntax, one separate line per `PARAM`. Command-line parameters still can override what is the config file. More advanced use cases can use conditionals, define functions to implement hooks, source other/common config files, etc. A few, quite complex, examples can be found [here](https://github.com/lanefu/armbian-userpatches-example-indiedroid-nova).
14+
A configuration file named `userpatches/config-<something>.conf.sh` (`.conf` also allowed) is a bash script that is sourced during the build if `./compile.sh something` is issued. All parameters which normally are passed via command line can be used (`PARAM1=value1` `PARAM2=value`) by using the same syntax, one separate line per `PARAM`. Command-line parameters still can override what is in the config file. More advanced use cases can use conditionals, define functions to implement hooks, source other/common config files, etc. A few, quite complex, examples can be found [here](https://github.com/lanefu/armbian-userpatches-example-indiedroid-nova).
1515

1616
## Legacy user provided configuration (deprecated, support for this will be removed at some point)
1717

0 commit comments

Comments
 (0)