From 5947fb7719023d2c6b7f8ce1a533a3c510bea13e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 25 Mar 2024 11:51:52 -0400 Subject: [PATCH] Remove custom gai.conf (no longer needed to prefer IPv6) --- chrootInstall.sh | 1 - config-files/gai.conf | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 config-files/gai.conf diff --git a/chrootInstall.sh b/chrootInstall.sh index 21de107..a46512c 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -180,7 +180,6 @@ else echo 'vm.swappiness=0' > /etc/sysctl.d/99-swappiness.conf fi echo -e ""$username" soft memlock 64\n"$username" hard memlock 2097152\n"$username" hard nofile 524288\n# End of file" > /etc/security/limits.conf # increase memlock and add support for esync -curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/gai.conf -o /etc/gai.conf # configure gai to prefer IPv6 echo 'vm.max_map_count=2147483642' > /etc/sysctl.d/90-override.conf # increase max virtual memory maps (helps with some Wine games) pacman -S neofetch htop neovim --needed --noconfirm mkdir -p /etc/xdg/nvim diff --git a/config-files/gai.conf b/config-files/gai.conf deleted file mode 100644 index eb776d1..0000000 --- a/config-files/gai.conf +++ /dev/null @@ -1,9 +0,0 @@ -# Configuration for getaddrinfo(3). -label ::1/128 0 -label ::/0 1 -label 2002::/16 2 -label ::/96 3 -label ::ffff:0:0/96 4 -label fec0::/10 5 -label fc00::/7 6 -label 2001:0::/32 7