5ac3fdbd30
The build-bootstrap.sh is a script to build bootstrap archives for the termux-app from local package sources instead of debs published in apt repo like done by generate-bootstrap.sh. It allows bootstrap archives to be easily built for (forked) termux apps without having to publish an apt repo first. Run `build-bootstrap.sh --help` for more info. ### Examples Build default bootstrap archives for all supported archs: ./scripts/run-docker.sh ./scripts/build-bootstraps.sh &> build.log Build default bootstrap archive for aarch64 arch only: ./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 &> build.log Build bootstrap archive with additionall openssh package for aarch64 arch only: ./scripts/run-docker.sh ./scripts/build-bootstraps.sh --architectures aarch64 --add openssh &> build.log |
||
---|---|---|
.. | ||
bin | ||
build | ||
apt-compare-versions | ||
build-bootstraps.sh | ||
buildorder.py | ||
check-built-packages.py | ||
check-pie.sh | ||
check-versions.sh | ||
config.guess | ||
config.sub | ||
Dockerfile | ||
generate-bootstraps.sh | ||
get_hash_from_file.py | ||
ldd | ||
lint-packages.sh | ||
list-packages.sh | ||
list-versions.sh | ||
properties.sh | ||
run-docker.ps1 | ||
run-docker.sh | ||
setup-android-sdk.sh | ||
setup-archlinux.sh | ||
setup-offline-bundle.sh | ||
setup-termux.sh | ||
setup-ubuntu.sh | ||
test-runner.sh | ||
update-docker.ps1 | ||
update-docker.sh | ||
Vagrantfile |