aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc
Commit message (Collapse)AuthorAgeFilesLines
* Replacing dhcpcd with systemd-networkd and systemd-resolvedDavid Runge2020-05-314-1/+23
| | | | | | | | | | | | | | | | | | configs/releng/airootfs/etc/udev/rules.d/81-dhcpcd.rules: Removing the udev rule for starting dhcpcd@.service on interfaces of the form eth* and en*. configs/releng/airootfs/etc/systemd/network/{ethernet,wireless}.network: Adding default DHCP configurations for en*, eth*, wlp* and wlan* interfaces. configs/releng/airootfs/etc/resolv.conf: Adding a symlink from /run/systemd/resolve/stub-resolv.conf to /etc/resolv.conf (in airootfs). configs/releng/airootfs/root/customize_airootfs.sh: Adding systemd-networkd and systemd-resolved to the list of services that are being enabled during airootfs customization.
* Install broadcom-wl to the release ISOEli Schwartz via arch-releng2018-04-161-0/+7
| | | | | | Fixes FS#58239 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
* [configs/releng] Remove unused 'arch' userGerardo Exequiel Pozzi2015-04-192-7/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* releng: Add an empty machine-id in airootfsThomas Bächler2014-09-021-0/+0
| | | | | | | | This makes systemd generate a machine-id on early boot and prevents it from thinking we need any "first boot" setup. We really don't want systemd thinking that, since we carefully prepared our root file system. This also ensures every live environment has a unique machine id.
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-2811-0/+72
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"