aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/usr/local/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter errors in livecd-soundDavid Runge2020-10-291-7/+3
| | | | | | | | | | | configs/releng/airootfs/usr/local/bin/livecd-sound: Replace oldstyle expr with a bash test in `is_numeric()`. Replace use of `nword()` with call to `wc -w`. Quote variables in `pick_a_card()`. Fixes #78
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+252
| | | | this fixes #67
* Add license and basic documentationDavid Runge2020-07-292-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | LICENSE: Add GPL-3.0 license. {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}: Add SPDX license identifier. Makefile: Add SPDX license identifier. Install the `run_archiso.sh` script as global executable `run_archiso`. Use -D and -t flags to install to install files more generically (without a previous call to install the directory). README.rst: Add README outlining the project's scope, how to build images from the profiles and how to test. AUTHORS.rst: Add list of all direct contributors to the repository. CONTRIBUTING.rst: Add basic contribution guidelines, explaining the linter and the license in use. Closes #7 Closes #3
* Remove lynx usage in configs/releng/build.shnl67202020-07-111-0/+3
| | | | | | | | /usr/local/bin/Installation_guide: Add a convenience script which opens the installation guide in lynx. /etc/motd: Provide a message with minimal instructions for connecting to internet and inform about the Installation_guide convenience script.
* Move choose-mirror script to /usr/local/bin/nl67202020-06-301-0/+26
/etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script.