aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants
Commit message (Collapse)AuthorAgeFilesLines
* configs/: Do not explicitly enable qemu-guest-agent.servicenl67202022-10-061-1/+0
| | | | | | qemu-guest-agent.service will be started by the /usr/lib/udev/rules.d/99-qemu-guest-agent.rules udev rule. Fixes #199
* configs/*: add VMware and Hyper-V guest packages and enable their servicesnl67202022-04-305-0/+5
| | | | | | | * 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.
* configs/*: add VM guest packages and enable their servicesnl67202021-05-112-0/+2
| | | | | | | * virtualbox-guest-utils-nox package and vboxservice.service for VirtualBox. * qemu-guest-agent package and qemu-guest-agent.service for QEMU & libvirt. Implements #118.
* configs/releng: add and enable ModemManagernl67202021-03-261-0/+1
| | | | | | | | ModemManager's mmcli is the simplest way to connect with WWAN modems. Mention mmcli in MOTD. Implements #110.
* enable SSH server in releng profileMichael Vorburger2021-01-231-0/+1
|
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+1
| | | | this fixes #67
* configs/releng: remove custom reflector.service and use the service provided ↵nl67202020-09-271-1/+1
| | | | | | by the package archiso specific options are placed in a /etc/systemd/system/reflector.service.d/archiso.conf drop-in.
* Add reflector and enable reflector.servicenl67202020-06-301-0/+1
| | | | | 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-304-0/+4
|
* 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