index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Remove unnecessary files from releng's airootfs | nl6720 | |
configs/releng/airootfs/etc/fstab: /etc/fstab shipped by the filesystem package has only comments. There is no reason to replace it with an empty file. configs/releng/airootfs/etc/systemd/system/default.target: There is no harm in booting to graphical.target. releng does not enable (or even install) any service that has {Required,Wanted}By=graphical.target. | |||
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 unneded ReadOnlyPaths from reflector.service | nl6720 | |
configs/releng/airootfs/etc/systemd/system/reflector.service: Remove references to a nonexistent file. | |||
2020-06-30 | Allow systemd-networkd-wait-online to succeed with one interface | nl6720 | |
It is enough if one network interface is online, there is no need to wait for all of them. Without this, when connecting with Wi-Fi and leaving Ethernet disconnected, the network-online.target will get unnecessarily delayed. | |||
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. | |||
2020-06-30 | Add reflector and enable reflector.service | nl6720 | |
reflector.service will update pacman's mirrorlist after a network connection is established in the live system. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/26 . | |||
2020-06-30 | Enable systemd units with symlinks instead of doing it via systemctl in chroot | nl6720 | |
2020-06-24 | Enabling iwd | David Runge | |
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service: Adding a symlink to /usr/lib/systemd/system/iwd.service to enable iwd in airootfs (and thus on the image). Closes #18 | |||
2014-06-28 | [archiso] Rename root-image to airootfs | Gerardo Exequiel Pozzi | |
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_" |