index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-30 | configs/*: add VMware and Hyper-V guest packages and enable their services | nl6720 | |
* open-vm-tools package, vmtoolsd.service and vmware-vmblock-fuse.service for VMware. * hyperv package, hv_fcopy_daemon.service, hv_kvp_daemon.service and hv_vss_daemon.service for Hyper-V. Related to #118. | |||
2021-05-11 | configs/*: add VM guest packages and enable their services | nl6720 | |
* virtualbox-guest-utils-nox package and vboxservice.service for VirtualBox. * qemu-guest-agent package and qemu-guest-agent.service for QEMU & libvirt. Implements #118. | |||
2021-03-26 | configs/releng: add and enable ModemManager | nl6720 | |
ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110. | |||
2021-01-23 | enable SSH server in releng profile | Michael Vorburger | |
2020-10-29 | implement accessibility support in archiso | Alexander Epaneshnikov | |
this fixes #67 | |||
2020-09-27 | configs/releng: remove custom reflector.service and use the service provided ↵ | nl6720 | |
by the package archiso specific options are placed in a /etc/systemd/system/reflector.service.d/archiso.conf drop-in. | |||
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 |