aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/system
Commit message (Collapse)AuthorAgeFilesLines
* Add reflector and enable reflector.servicenl67202020-06-302-0/+43
| | | | | 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 .
* Enable systemd units with symlinks instead of doing it via systemctl in chrootnl67202020-06-309-0/+9
|
* Enabling iwdDavid Runge2020-06-241-0/+1
| | | | | | | | 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
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-284-0/+36
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"