aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fix optional shellcheck warningsnl67202023-06-152-61/+53
| | | | Additionally fix a few code style issues found with shfmt.
* Revert "Merge remote-tracking branch 'origin/merge-requests/239'"nl67202022-04-041-3/+0
| | | | | | | People get scared by it. See https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/239#note_61954. This reverts commit b5011af3f4ac63214fdecef442550cce5ae4a971, reversing changes made to 07d8035624cff64e28f1148ddec9e970e26173da.
* add needed filesAlexander Epaneshnikov2022-03-291-0/+3
| | | | this fixes #167
* Update ArchWiki article URLsnl67202021-06-181-1/+1
| | | | Use the new, prettier short URLs.
* 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-292-0/+255
| | | | 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.