index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 "_" |