0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-09 13:25:43 +00:00
Files
agnostic-apollo 19a0f57adf change(properties.sh)!: update bootstrap variable names and values
The Termux bootstrap system config directory has been changed from `etc/termux/bootstrap` to `etc/termux/termux-bootstrap` and its `TERMUX_BOOTSTRAPS__BOOTSTRAP_CONFIG_DIR` variable has been renamed to `TERMUX_BOOTSTRAP__BOOTSTRAP_SYSTEM_CONFIG_DIR`.

The boostrap second stage will have a dedicated directory as well in future changes at `etc/termux/termux-bootstrap/second-stage` and `termux-bootstrap-second-stage.sh` will exist under it, and so add `TERMUX_BOOTSTRAP__BOOTSTRAP_SECOND_STAGE_SUBDIR`, `TERMUX_BOOTSTRAP__BOOTSTRAP_SECOND_STAGE_DIR` and `TERMUX_BOOTSTRAP__BOOTSTRAP_SECOND_STAGE_ENTRY_POINT_SUBFILE` variables for it. For now source files in `termux-packages/scripts/bootstrap` are not being moved to `termux-packages/scripts/bootstrap/second-stage`, but will be done along with future changes. Currently, only files will be created inside bootstrap in new `etc/termux/termux-bootstrap/second-stage` directory for the app to read.
2025-05-02 03:47:48 +05:00
..