Commit c48f2c5
bootscript: rename armbianEnv.txt.bak fallback to .dist
Per review feedback (#9953), the build-time fallback file
must not collide with user backups. ".bak" is a common name users pick
when editing armbianEnv.txt themselves, and it is easily removed during
routine cleanup of "obsolete" backup files.
Rename the fallback to ".dist" (distribution default), which signals a
build-shipped asset rather than a user backup, and matches the upstream
convention of shipping a default armbianEnv.txt under a distinguished
name.
Updates both the bootscript consumer and the build hook that creates
the file.1 parent ef4a0ca commit c48f2c5
2 files changed
Lines changed: 8 additions & 8 deletions
File tree
- config
- bootscripts
- sources/vendors/seeed-studio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
524 | | - | |
| 523 | + | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
0 commit comments