aboutsummaryrefslogtreecommitdiff
path: root/artixinstall
diff options
context:
space:
mode:
authorHimbeer <himbeerserverde@gmail.com>2024-03-05 12:34:28 +0100
committerHimbeer <himbeerserverde@gmail.com>2024-03-05 12:34:28 +0100
commit9bf73b77b8f29d0c79c13ab4ac60dc511e6972d1 (patch)
tree07339d5a17afd08a6d878fac569e06190c157ac2 /artixinstall
parent1b9b643cfc1de35f5dbd30087745ab24aeec6996 (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 'artixinstall')
-rwxr-xr-xartixinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/artixinstall b/artixinstall
index 5b099a7..2d79dde 100755
--- a/artixinstall
+++ b/artixinstall
@@ -67,5 +67,6 @@ umount -R /mnt
echo -e "\n\e[1m\e[1;32mArtix has been successfully installed! It is now safe to reboot."
echo -e "\e[1m\e[1;32mDon't forget to change the root password and hostname."
-echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed."
+echo -e "\e[1m\e[1;32mSetting up networking is left to you, dhcpcd and wpa_supplicant are installed"
+echo -e "\e[1m\e[1;32mincluding their OpenRC companion packages."
echo -en "\e[0m"