diff options
author | Himbeer <himbeerserverde@gmail.com> | 2024-03-05 12:34:28 +0100 |
---|---|---|
committer | Himbeer <himbeerserverde@gmail.com> | 2024-03-05 12:34:28 +0100 |
commit | 9bf73b77b8f29d0c79c13ab4ac60dc511e6972d1 (patch) | |
tree | 07339d5a17afd08a6d878fac569e06190c157ac2 /mkuefi | |
parent | 1b9b643cfc1de35f5dbd30087745ab24aeec6996 (diff) |
install openrc companion packages for dhcpcd and wpa_supplicant
Allows standalone DHCPCD to be configured instead of using it with netifrc. Can significantly shorten boot time without dangling sockets making service restarts fail or network-dependent services not starting even if only one of the interfaces fails to start / is down.
Diffstat (limited to 'mkuefi')
-rwxr-xr-x | mkuefi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ EOT sed -i 's/hostname="localhost"/hostname="artix"/' /etc/conf.d/hostname ## Networking essentials -pacman -S --noconfirm dhcpcd wpa_supplicant +pacman -S --noconfirm dhcpcd-openrc wpa_supplicant-openrc # Repositories ## Artix |