aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/systemd/system
Commit message (Collapse)AuthorAgeFilesLines
* releng: Allow specifying a mirror on the kernel command line.Thomas Bächler2013-06-161-0/+10
| | | | | | The new mirror= option takes a mirror URL and creates a new mirrorlist. When setting mirror=auto, the mirror is taken from archiso_http_srv in order to keep using the mirror selected in the netboot menu.
* [configs/releng] Use drop-in feature of systemd for getty autologinGerardo Exequiel Pozzi2013-05-261-0/+3
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use dhcpcd service provided by the package.Gerardo Exequiel Pozzi2013-03-031-13/+0
| | | | | | Implements FS#34075. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Use tmpfs for /etc/pacman.d/gnupg instead of a symlink to /runPierre Schmitz2012-10-062-0/+10
| | | | | | This fixes FS#31815 Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* Run dhcpcd on all devicesPierre Schmitz2012-10-051-0/+13
| | | | | | As we did with initscripts, run dhcpcd on all devices and not just eth0. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* [configs/releng] Add pacman-init.serviceGerardo Exequiel Pozzi2012-10-031-0/+13
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>