index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | Revert "Merge remote-tracking branch 'origin/merge-requests/239'" | nl6720 | |
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. | |||
2022-03-29 | add needed files | Alexander Epaneshnikov | |
this fixes #167 | |||
2021-06-18 | Update ArchWiki article URLs | nl6720 | |
Use the new, prettier short URLs. | |||
2020-10-29 | Fix linter errors in livecd-sound | David Runge | |
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 | |||
2020-10-29 | implement accessibility support in archiso | Alexander Epaneshnikov | |
this fixes #67 | |||
2020-07-29 | Add license and basic documentation | David Runge | |
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 | |||
2020-07-11 | Remove lynx usage in configs/releng/build.sh | nl6720 | |
/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. | |||
2020-06-30 | Move choose-mirror script to /usr/local/bin/ | nl6720 | |
/etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script. |